diff options
-rw-r--r-- | vimrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -56,7 +56,7 @@ map <A-]> :vsp <CR>:exec("tag ".expand("<cword>"))<CR> """ Colors set background=light if substitute(hostname(), '\n', '', '') ==# "neb" - # neb likes 'sol' more than 'solarized', for some reason + " neb likes 'sol' more than 'solarized', for some reason colorscheme sol else colorscheme solarized |