diff --git a/.gitmodules b/.gitmodules index 4bf8bad..268fe8c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -308,3 +308,6 @@ [submodule "vim/bundle/skwp-vim-spec-finder"] path = vim/bundle/skwp-vim-spec-finder url = https://github.com/skwp/vim-spec-finder +[submodule "vim/bundle/tpope-vim-bundler"] + path = vim/bundle/tpope-vim-bundler + url = https://github.com/tpope/vim-bundler diff --git a/README.md b/README.md index 1fb7bfa..0346790 100644 --- a/README.md +++ b/README.md @@ -322,6 +322,7 @@ files contain key mappings as well (TODO: probably will move them out to skwp-ke * `,jV` vendor * `,jF` factories * `Cmd-Shift-P` - Clear CtrlP cache + * `:Bopen [gem name]` to navigate to a gem (@tpope/vim-bundler) #### RSI-reduction @@ -423,6 +424,7 @@ files contain key mappings as well (TODO: probably will move them out to skwp-ke * jasmine.vim - support for jasmine javascript unit testing, including snippets for it, before, etc.. * vim-coffeescript - support for coffeescript, highlighting * vim-stylus - support for stylus css language + * vim-bundler - work with bundled gems #### TextObjects diff --git a/vim/bundle/tpope-vim-bundler b/vim/bundle/tpope-vim-bundler new file mode 160000 index 0000000..f2abc73 --- /dev/null +++ b/vim/bundle/tpope-vim-bundler @@ -0,0 +1 @@ +Subproject commit f2abc73969de37ef68e1cd47a4e3b2507c79495a