mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-09 23:06:38 -05:00
Configured plugins for vimpager more intelligently
This commit is contained in:
parent
be10ee87df
commit
22917d27be
3 changed files with 3 additions and 1 deletions
1
vim/bundle.pager/vim-fixkey
Symbolic link
1
vim/bundle.pager/vim-fixkey
Symbolic link
|
@ -0,0 +1 @@
|
|||
../bundle/vim-fixkey
|
1
vim/bundle.pager/vim-polyglot-darkcloud
Symbolic link
1
vim/bundle.pager/vim-polyglot-darkcloud
Symbolic link
|
@ -0,0 +1 @@
|
|||
../bundle/vim-polyglot-darkcloud
|
|
@ -38,7 +38,7 @@
|
|||
runtime bundle/vim-pathogen/autoload/pathogen.vim
|
||||
|
||||
"Load Plugins:
|
||||
execute pathogen#infect('bundle/vim-polyglot-darkcloud/{}', 'bundle/vim-fixkey/{}')
|
||||
execute pathogen#infect('bundle.pager/{}')
|
||||
|
||||
"Load Keymappings:
|
||||
runtime config/keyboard.vim
|
||||
|
|
Loading…
Reference in a new issue