Use the minimalist theme

This commit is contained in:
Anthony Rose 2019-06-03 19:53:47 +01:00
parent 422fbbe51b
commit ecffa01938

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 jellybeans colorscheme minimalist
command Q q command Q q
command W w command W w
command WQ wq command WQ wq