projects
/
~bandali
/
configs
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[x] adjust typematic delay (200ms) & rate (20 Hz)
[~bandali/configs]
/
vim
/
.vimrc
diff --git
a/vim/.vimrc
b/vim/.vimrc
index
5573306
..
ff5a063
100644
(file)
--- 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 '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
call plug#end()
" Use the Solarized Dark theme
set background=dark
-"colorscheme solarized
+colorscheme gotham
" Make Vim more useful
set nocompatible
" Make Vim more useful
set nocompatible