|
|
@ -18,13 +18,15 @@ Plug 'vim-scripts/L9' |
|
|
|
Plug 'vim-scripts/FuzzyFinder' |
|
|
|
Plug 'whatyouhide/vim-gotham' |
|
|
|
Plug 'nathanaelkane/vim-indent-guides' |
|
|
|
Plug 'felixhummel/setcolors.vim' |
|
|
|
" Plug 'felixhummel/setcolors.vim' |
|
|
|
Plug 'flazz/vim-colorschemes' |
|
|
|
|
|
|
|
call plug#end() |
|
|
|
|
|
|
|
colorscheme gotham |
|
|
|
colorscheme gotham256 |
|
|
|
|
|
|
|
map <Enter> o<ESC> |
|
|
|
map <S-Enter> O<ESC> |
|
|
|
" map <Enter> o<ESC> |
|
|
|
" map <S-Enter> O<ESC> |
|
|
|
map <F10> :PlugInstall<CR> |
|
|
|
map <F4> :wqa<CR> |
|
|
|
map <F3> :wa<CR> |