nvim: gruvbox-nvim is my friend now

This commit is contained in:
Vitor Gonçalves 2024-01-27 12:18:32 -03:00
parent e05b0a1dbe
commit 85454b9d3f
Signed by: vitorg
GPG Key ID: B90BF113DF56EB41
3 changed files with 6 additions and 3 deletions

View File

@ -28,10 +28,9 @@ opt.relativenumber = true
opt.numberwidth = 2
opt.cursorline = true
opt.background = "dark"
var.gruvbox_improved_warnings = 1
opt.background = "dark"
require('gruvbox').setup({ transparent_mode = true, dim_inactive = true, })
vim.cmd("colorscheme gruvbox")
vim.cmd([[autocmd VimEnter * hi Normal ctermbg=NONE guibg=NONE]])
-- keybindings

@ -0,0 +1 @@
Subproject commit 4176b0b720db0c90ab4030e5c1b4893faf41fd51

3
.gitmodules vendored
View File

@ -25,3 +25,6 @@
[submodule ".config/zsh/plugins/zsh-syntax-highlighting"]
path = .config/zsh/plugins/zsh-syntax-highlighting
url = https://github.com/zsh-users/zsh-syntax-highlighting.git
[submodule ".config/nvim/pack/plugins/start/gruvbox.nvim"]
path = .config/nvim/pack/plugins/start/gruvbox.nvim
url = https://github.com/ellisonleao/gruvbox.nvim