home: vim: switch back to gruvbox theme
Onedark is too annoying to deal with, and I still like gruvbox's colors best.
This commit is contained in:
parent
4be248ee22
commit
cdabd4fb5d
3 changed files with 8 additions and 9 deletions
|
|
@ -31,10 +31,7 @@ in
|
|||
plugins = with pkgs.vimPlugins; [
|
||||
# Theming
|
||||
lightline-vim # Fancy status bar
|
||||
{
|
||||
plugin = onedark-vim; # Nice dark theme
|
||||
optional = true; # Needs to be `packadd`-ed manually...
|
||||
}
|
||||
vim-gruvbox8 # Nice dark theme
|
||||
|
||||
# tpope essentials
|
||||
vim-commentary # Easy comments
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue