mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-22 11:44:10 -05:00
Disable vim-fixkey for neovim
This commit is contained in:
parent
14ecebc229
commit
aee57956b0
1 changed files with 1 additions and 0 deletions
1
vimrc
1
vimrc
|
@ -36,6 +36,7 @@
|
||||||
runtime config/settings.vim
|
runtime config/settings.vim
|
||||||
|
|
||||||
"Init Plugin Loader:
|
"Init Plugin Loader:
|
||||||
|
if has('nvim')|let pathogen_disabled=['vim-fixkey']|endif " disable vim-fixkey for neovim
|
||||||
runtime bundle/vim-pathogen/autoload/pathogen.vim
|
runtime bundle/vim-pathogen/autoload/pathogen.vim
|
||||||
|
|
||||||
"Load Keymappings:
|
"Load Keymappings:
|
||||||
|
|
Loading…
Reference in a new issue