diff options
author | johannst <stoelp@eit.uni-kl.de> | 2019-05-28 23:11:55 +0200 |
---|---|---|
committer | johannst <stoelp@eit.uni-kl.de> | 2019-05-28 23:11:55 +0200 |
commit | c925264f3a8c3fc3d5acd708d675c34cc8ca31bc (patch) | |
tree | 0cecdb577850ee50b73bc43ff5f8f334e5398313 /vimrc | |
parent | 0b4c3d2d3c9c34d8e19addf6a1ed4da3f11dee6a (diff) | |
download | dotfiles-c925264f3a8c3fc3d5acd708d675c34cc8ca31bc.tar.gz dotfiles-c925264f3a8c3fc3d5acd708d675c34cc8ca31bc.zip |
vimrc: added background setting to get proper color settings
Diffstat (limited to 'vimrc')
-rw-r--r-- | vimrc | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -132,8 +132,10 @@ if s:IsPluginEnabled('junegunn/fzf.vim') endif if s:IsPluginEnabled('chriskempson/base16-vim') - syntax on let base16colorspace=256 + colorscheme base16-spacemacs + set background=dark + syntax on else colorscheme johannst endif |