Remove the exclusion of vim-fixkey for neovim as it's no longer included in the repo

This commit is contained in:
Kevin MacMartin 2024-03-01 13:44:55 -05:00
parent dd31bbfd5c
commit d80862c876
1 changed files with 0 additions and 5 deletions

5
vimrc
View File

@ -102,11 +102,6 @@
call add(g:pathogen_disabled, 'vim-hug-neovim-rpc')
endif
"if neovim is being used we should disable plugins that aren't compatible or necessary
if has('nvim')
call add(g:pathogen_disabled, 'vim-fixkey')
endif
"use pathogen to load plugins that haven't been disabled
runtime bundle/vim-pathogen/autoload/pathogen.vim