add gruvbox to neovim

This commit is contained in:
zoe 2022-10-30 10:35:13 +01:00
parent a07a7d5d4f
commit e71ff1a0a8
2 changed files with 7 additions and 1 deletions

View File

@ -9,6 +9,9 @@ opt.termguicolors = true
opt.cursorline = false -- dont highlight current line
opt.number = true
g.rainbow_active = true
opt.background = "light"
g.gruvbox_contrast_light = "hard"
vim.cmd([[colorscheme gruvbox]])
-- files
opt.autoread = true --reload files when they are changed on disk

View File

@ -24,7 +24,10 @@ pkgs:
# colorize brackets
rainbow
# rust
# format rust stuff
rust-vim
# theme
gruvbox
];
}