Skip to content

Commit

Permalink
Vim plugin additions
Browse files Browse the repository at this point in the history
  • Loading branch information
robmiller committed Jun 15, 2015
1 parent 7ab73d6 commit bb910fc
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -187,3 +187,12 @@
[submodule "vim/bundle/vim-rvm"]
path = vim/bundle/vim-rvm
url = git://github.com/tpope/vim-rvm.git
[submodule "vim/bundle/vim-javascript"]
path = vim/bundle/vim-javascript
url = git@github.com:pangloss/vim-javascript.git
[submodule "vim/bundle/vim-textobj-quote"]
path = vim/bundle/vim-textobj-quote
url = git@github.com:reedes/vim-textobj-quote.git
[submodule "vim/bundle/vim-textobj-user"]
path = vim/bundle/vim-textobj-user
url = https://github.com/kana/vim-textobj-user
1 change: 1 addition & 0 deletions vim/bundle/vim-javascript
Submodule vim-javascript added at 8a409f
1 change: 1 addition & 0 deletions vim/bundle/vim-textobj-quote
Submodule vim-textobj-quote added at 85b6b3
1 change: 1 addition & 0 deletions vim/bundle/vim-textobj-user
Submodule vim-textobj-user added at 9aa5fd

0 comments on commit bb910fc

Please sign in to comment.