|
|
@ -8,6 +8,8 @@ set autoindent |
|
|
|
set mouse=c |
|
|
|
set clipboard=unnamedplus |
|
|
|
|
|
|
|
autocmd VimResized * wincmd = |
|
|
|
|
|
|
|
" 'h/u3/c7/05/mokkar/.vim/plugged' |
|
|
|
" '~/.vim/plugged' |
|
|
|
call plug#begin('~/.vim/plugged') |
|
|
@ -16,13 +18,16 @@ 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 <F10> :PlugInstall<CR> |
|
|
|
map <F3> :wa<CR> |
|
|
|
map <F4> :wqa<CR> |
|
|
|
map <F5> :qa<CR> |
|
|
|
map <F10> :PlugInstall<CR> |
|
|
|
" map <Enter> o<ESC> |
|
|
|
" map <S-Enter> O<ESC> |