Re-add neovim fixkey disable

This commit is contained in:
Kevin MacMartin 2018-03-12 10:56:36 -04:00
parent e03d8209e2
commit c57ac33361

5
vimrc
View file

@ -38,6 +38,11 @@
"Init Plugin Loader:
let pathogen_disabled = []
" disable incompatible plugins
if has('nvim')
call add(pathogen_disabled, 'vim-fixkey')
endif
if !has('python')
call add(pathogen_disabled, 'gundo.vim')
call add(pathogen_disabled, 'MatchTagAlways')