summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/vimrc b/vimrc
index cff9286..2056ed5 100644
--- a/vimrc
+++ b/vimrc
@@ -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