Switch to gruvbox theme

This commit is contained in:
Anthony Rose 2019-06-03 20:30:56 +01:00
parent c92be686ef
commit d005a026b0

2
vimrc
View file

@ -73,7 +73,7 @@ if has("eval")
" Protect commands that are only available when +eval is enabled. " Protect commands that are only available when +eval is enabled.
" Technically only "if 1" would be required, as "has()" is provided " Technically only "if 1" would be required, as "has()" is provided
" by +eval, but this is clearer. " by +eval, but this is clearer.
colorscheme minimalist colorscheme gruvbox
command Q q command Q q
command W w command W w
command WQ wq command WQ wq