X-Git-Url: https://git.shemshak.org/~bandali/configs/blobdiff_plain/38acf911aefbf0446fcea6d68f6685bba6f8dc91..fe8d2ea9bac29fb274c76a4ff1514a08c9ecbf32:/vim/.vimrc diff --git a/vim/.vimrc b/vim/.vimrc index 5573306..ff5a063 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -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