diff options
author | Amin Bandali <me@aminb.org> | 2015-05-26 22:41:43 -0400 |
---|---|---|
committer | Amin Bandali <me@aminb.org> | 2015-05-26 22:41:43 -0400 |
commit | 37cd1e870586a430e5b0ff4988107209332f1f8f (patch) | |
tree | 3077b6d687969eb2af25807a17eb0e37fb638ff8 /vim | |
parent | 38acf911aefbf0446fcea6d68f6685bba6f8dc91 (diff) | |
download | configs-37cd1e870586a430e5b0ff4988107209332f1f8f.tar.gz configs-37cd1e870586a430e5b0ff4988107209332f1f8f.tar.xz configs-37cd1e870586a430e5b0ff4988107209332f1f8f.zip |
[x,vim,spacemacs] switch back to gotham
Diffstat (limited to 'vim')
-rw-r--r-- | vim/.vimrc | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -20,13 +20,14 @@ Plug 'terryma/vim-multiple-cursors' Plug 'tpope/vim-surround' Plug 'rust-lang/rust.vim' Plug 'phildawes/racer' +Plug 'whatyouhide/vim-gotham' call plug#end() " Use the Solarized Dark theme set background=dark -"colorscheme solarized +colorscheme gotham " Make Vim more useful set nocompatible |