disable some of the vimplugins
This commit is contained in:
parent
d99fb59560
commit
d1456d5be4
1 changed files with 4 additions and 5 deletions
|
@ -14,13 +14,12 @@ Plug 'tpope/vim-fugitive'
|
||||||
Plug 'tpope/vim-rsi'
|
Plug 'tpope/vim-rsi'
|
||||||
Plug 'vdrandom/vim-tru-typewriter'
|
Plug 'vdrandom/vim-tru-typewriter'
|
||||||
Plug 'vim-scripts/directionalWindowResizer'
|
Plug 'vim-scripts/directionalWindowResizer'
|
||||||
Plug 'lifepillar/vim-cheat40'
|
|
||||||
|
|
||||||
" IDE liek, per filetype
|
" IDE liek, per filetype
|
||||||
if v:version >= 800
|
" if v:version >= 800
|
||||||
Plug 'davidhalter/jedi-vim', { 'for': 'python' }
|
" Plug 'davidhalter/jedi-vim', { 'for': 'python' }
|
||||||
Plug 'w0rp/ale', { 'for': 'python' }
|
" Plug 'w0rp/ale', { 'for': 'python' }
|
||||||
endif
|
" endif
|
||||||
|
|
||||||
" colorschemes
|
" colorschemes
|
||||||
Plug 'lifepillar/vim-solarized8'
|
Plug 'lifepillar/vim-solarized8'
|
||||||
|
|
Loading…
Reference in a new issue