diff options
author | Matt Singleton <msingleton@simon.local> | 2011-04-01 18:26:32 -0400 |
---|---|---|
committer | Matt Singleton <msingleton@simon.local> | 2011-04-01 18:26:32 -0400 |
commit | cc6b7e29c5981cc30bd49a579f515a7cc1c680a4 (patch) | |
tree | efb213bcf364cd83b828bf347459137da806f6b0 /vimrc | |
parent | 47d9a76d9498689b2213d69ff8295623717c9998 (diff) |
adding the solarized vim theme
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 |