From 22917d27be80ee4a522a0105e6f12d6a787edcdb Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Sat, 26 Jul 2014 00:32:48 -0400 Subject: [PATCH] Configured plugins for vimpager more intelligently --- vim/bundle.pager/vim-fixkey | 1 + vim/bundle.pager/vim-polyglot-darkcloud | 1 + vimpagerrc | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) create mode 120000 vim/bundle.pager/vim-fixkey create mode 120000 vim/bundle.pager/vim-polyglot-darkcloud diff --git a/vim/bundle.pager/vim-fixkey b/vim/bundle.pager/vim-fixkey new file mode 120000 index 0000000..493dcee --- /dev/null +++ b/vim/bundle.pager/vim-fixkey @@ -0,0 +1 @@ +../bundle/vim-fixkey \ No newline at end of file diff --git a/vim/bundle.pager/vim-polyglot-darkcloud b/vim/bundle.pager/vim-polyglot-darkcloud new file mode 120000 index 0000000..b7a9dbf --- /dev/null +++ b/vim/bundle.pager/vim-polyglot-darkcloud @@ -0,0 +1 @@ +../bundle/vim-polyglot-darkcloud \ No newline at end of file diff --git a/vimpagerrc b/vimpagerrc index 146c774..3e5ac2f 100644 --- a/vimpagerrc +++ b/vimpagerrc @@ -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