Switch to gruvbox theme
This commit is contained in:
parent
c92be686ef
commit
d005a026b0
1 changed files with 1 additions and 1 deletions
2
vimrc
2
vimrc
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue