summaryrefslogtreecommitdiff
path: root/vimrc
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2018-08-22 18:31:00 -0700
committerBen Sima <ben@bsima.me>2018-08-22 18:31:00 -0700
commit52a5d8137807b82211c533311b0b748ff0d70f5e (patch)
tree43ec52b2aa61e357e7e7f74342c8d8b723b096d0 /vimrc
parent13cb1cf38cdcd7611ba77b1523650bc5e23e2f79 (diff)
Fix comment char (lol)
Diffstat (limited to 'vimrc')
-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