diff options
Diffstat (limited to 'vimrc')
-rw-r--r-- | vimrc | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -84,7 +84,11 @@ let NERDTreeMapActivateNode='<Space>' " visual " -color desert +set background=light +if !has('gui_running') + let g:solarized_termcolors=16 +endif +colo solarized syntax on set hlsearch |