Compare commits

...

2 Commits

4 changed files with 6 additions and 10 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

@ -1 +0,0 @@
Subproject commit f1ecde848f0cdba877acb0c740320568252cc482

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

9
.gitmodules vendored
View File

@ -25,9 +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"]
path = .config/nvim/pack/plugins/start/gruvbox
url = https://github.com/morhetz/gruvbox
[submodule ".config/nvim/pack/plugins/start/vimpeccable"]
path = .config/nvim/pack/plugins/start/vimpeccable
url = https://github.com/svermeulen/vimpeccable
[submodule ".config/nvim/pack/plugins/start/gruvbox.nvim"]
path = .config/nvim/pack/plugins/start/gruvbox.nvim
url = https://github.com/ellisonleao/gruvbox.nvim