1
0
Fork 0

disable some of the vimplugins

This commit is contained in:
Von Random 2018-06-04 18:27:28 +03:00
parent d99fb59560
commit d1456d5be4

View file

@ -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'