diff options
author | Ben Sima <ben@bsima.me> | 2018-09-22 18:43:54 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2018-09-22 18:43:54 -0700 |
commit | 54a66b0c314253cc65d4118385362f5a89799da1 (patch) | |
tree | 596c3e33e8c9a9337cdd9025412df95e391ce231 | |
parent | 4773a416bbab6c92dacf1dc0e9d59d656e97ae28 (diff) |
Just always use sol, its easier
-rw-r--r-- | vimrc | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -55,9 +55,4 @@ map <A-]> :vsp <CR>:exec("tag ".expand("<cword>"))<CR> """ Colors set background=light -if substitute(hostname(), '\n', '', '') ==# "lithium" - " these colors only seem to work on my NixOS machine... - colorscheme solarized -else - colorscheme sol -endif +colorscheme sol |