aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Hovorka <[email protected]>2019-10-12 22:40:52 -0600
committerAdam Hovorka <[email protected]>2019-10-12 22:40:52 -0600
commit28c9349b27c841f9c862b60eb824d7b53988e654 (patch)
treebbdfa4b777f014685b21c793bf6f6182f0651eba
parentf0d8a2304e75c8c4c30afb18da5803e2ceddb122 (diff)
Add vimrc changes from euclid
-rw-r--r--base/vimrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/base/vimrc b/base/vimrc
index ec55b97..dfef46e 100644
--- a/base/vimrc
+++ b/base/vimrc
@@ -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