Added vim-bundler with :Bopen to browse bundled gem code
This commit is contained in:
parent
52a6266ce4
commit
b879e053b3
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -308,3 +308,6 @@
|
|||||||
[submodule "vim/bundle/skwp-vim-spec-finder"]
|
[submodule "vim/bundle/skwp-vim-spec-finder"]
|
||||||
path = vim/bundle/skwp-vim-spec-finder
|
path = vim/bundle/skwp-vim-spec-finder
|
||||||
url = https://github.com/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
|
||||||
|
@ -322,6 +322,7 @@ files contain key mappings as well (TODO: probably will move them out to skwp-ke
|
|||||||
* `,jV` vendor
|
* `,jV` vendor
|
||||||
* `,jF` factories
|
* `,jF` factories
|
||||||
* `Cmd-Shift-P` - Clear CtrlP cache
|
* `Cmd-Shift-P` - Clear CtrlP cache
|
||||||
|
* `:Bopen [gem name]` to navigate to a gem (@tpope/vim-bundler)
|
||||||
|
|
||||||
#### RSI-reduction
|
#### 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..
|
* jasmine.vim - support for jasmine javascript unit testing, including snippets for it, before, etc..
|
||||||
* vim-coffeescript - support for coffeescript, highlighting
|
* vim-coffeescript - support for coffeescript, highlighting
|
||||||
* vim-stylus - support for stylus css language
|
* vim-stylus - support for stylus css language
|
||||||
|
* vim-bundler - work with bundled gems
|
||||||
|
|
||||||
#### TextObjects
|
#### TextObjects
|
||||||
|
|
||||||
|
1
vim/bundle/tpope-vim-bundler
Submodule
1
vim/bundle/tpope-vim-bundler
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit f2abc73969de37ef68e1cd47a4e3b2507c79495a
|
Loading…
Reference in New Issue
Block a user