diff options
-rw-r--r-- | .vimrc | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -110,6 +110,10 @@ syntax on filetype plugin indent on set autoindent +if !has('gui_running') + set t_Co=256 +endif + colorscheme shmibs "enable status-line |
index : dotfiles.git | ||
Unnamed repository; edit this file 'description' to name the repository. | git user |
aboutsummaryrefslogtreecommitdiffstats |
-rw-r--r-- | .vimrc | 4 |
@@ -110,6 +110,10 @@ syntax on filetype plugin indent on set autoindent +if !has('gui_running') + set t_Co=256 +endif + colorscheme shmibs "enable status-line |