aboutsummaryrefslogtreecommitdiff
path: root/init.vim
diff options
context:
space:
mode:
authorMitch Riedstra <mitch@riedstra.us>2020-11-15 00:51:33 -0500
committerMitch Riedstra <mitch@riedstra.us>2020-11-15 00:51:33 -0500
commite04c18a43d470e68cb9a46c8ec6a3fb157c57266 (patch)
treeea3a2d0af655b725ac9824aa42460b1785d2b710 /init.vim
parent0527f5856611154eb42247fd249f4e48d9805730 (diff)
downloadvim-cfg-e04c18a43d470e68cb9a46c8ec6a3fb157c57266.tar.gz
vim-cfg-e04c18a43d470e68cb9a46c8ec6a3fb157c57266.tar.xz
Update plugins. Update guifont
Diffstat (limited to 'init.vim')
-rw-r--r--init.vim10
1 files changed, 5 insertions, 5 deletions
diff --git a/init.vim b/init.vim
index aa0470c..9698743 100644
--- a/init.vim
+++ b/init.vim
@@ -25,12 +25,12 @@ let g:airline_theme="distinguished"
" colorscheme 256_noir
colorscheme distinguished
-set guifont=ProFont\ 11
+set guifont=ProFontOTB\ 11
-" if has("gui_running")
-" colorscheme gruvbox
-" set background=light
-" endif
+if has("gui_running")
+ colorscheme 256_noir
+ set background=light
+endif
" let g:hardtime_default_on = 1