mirror of
https://github.com/prurigro/darkcloud-vimconfig.git
synced 2024-11-21 14:32:32 -05:00
Remove the exclusion of vim-fixkey for neovim as it's no longer included in the repo
This commit is contained in:
parent
dd31bbfd5c
commit
d80862c876
1 changed files with 0 additions and 5 deletions
5
vimrc
5
vimrc
|
@ -102,11 +102,6 @@
|
||||||
call add(g:pathogen_disabled, 'vim-hug-neovim-rpc')
|
call add(g:pathogen_disabled, 'vim-hug-neovim-rpc')
|
||||||
endif
|
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
|
"use pathogen to load plugins that haven't been disabled
|
||||||
runtime bundle/vim-pathogen/autoload/pathogen.vim
|
runtime bundle/vim-pathogen/autoload/pathogen.vim
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue