diff options
author | Ben Sima <ben@bsima.me> | 2018-08-22 18:31:00 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2018-08-22 18:31:00 -0700 |
commit | 52a5d8137807b82211c533311b0b748ff0d70f5e (patch) | |
tree | 43ec52b2aa61e357e7e7f74342c8d8b723b096d0 /vimrc | |
parent | 13cb1cf38cdcd7611ba77b1523650bc5e23e2f79 (diff) |
Fix comment char (lol)
Diffstat (limited to 'vimrc')
-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 |