1
0
Fork 0

do not load python stuff if we are running vim <= 800

This commit is contained in:
Von Random 2018-02-05 17:19:22 +03:00
parent cdf2d64b7c
commit 7cc399cba1
2 changed files with 4 additions and 3 deletions

1
gvimrc
View file

@ -1,4 +1,3 @@
" Iosevka Term ss10
if has('win32')
set guifont=Fantasque_Sans_Mono:h11
else

View file

@ -16,8 +16,10 @@ Plug 'vdrandom/vim-tru-typewriter'
Plug 'vim-scripts/directionalWindowResizer'
" IDE liek, per filetype
if v:version >= 800
Plug 'davidhalter/jedi-vim', { 'for': 'python' }
Plug 'w0rp/ale', { 'for': 'python' }
endif
" colorschemes
Plug 'lifepillar/vim-solarized8'