diff options
author | Adam Hovorka <[email protected]> | 2019-10-12 22:40:52 -0600 |
---|---|---|
committer | Adam Hovorka <[email protected]> | 2019-10-12 22:40:52 -0600 |
commit | 28c9349b27c841f9c862b60eb824d7b53988e654 (patch) | |
tree | bbdfa4b777f014685b21c793bf6f6182f0651eba /base/vimrc | |
parent | f0d8a2304e75c8c4c30afb18da5803e2ceddb122 (diff) |
Add vimrc changes from euclid
Diffstat (limited to 'base/vimrc')
-rw-r--r-- | base/vimrc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -18,11 +18,11 @@ noremap ; : syntax on filetype plugin indent on -set t_Co=256 " force enable 256-color mode. +"set t_Co=256 " force enable 256-color mode. if &t_Co >= 256 || has("gui_running") let base16colorspace=256 - colorscheme base16-default-dark endif +colorscheme base16-default-dark if &t_Co > 2 || has("gui_running") syntax on endif |