Skip to content

Commit

Permalink
Added New Modules
Browse files Browse the repository at this point in the history
  • Loading branch information
Calum Gilchrist committed Sep 12, 2015
1 parent 10e53ce commit afef077
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 4 deletions.
21 changes: 18 additions & 3 deletions .gitmodules
Expand Up @@ -13,9 +13,6 @@
[submodule "bundle/vim-coffee-script"]
path = bundle/vim-coffee-script
url = https://github.com/kchmck/vim-coffee-script.git
[submodule "bundle/snipmate"]
path = bundle/snipmate
url = https://github.com/msanders/snipmate.vim.git
[submodule "bundle/syntastic"]
path = bundle/syntastic
url = https://github.com/scrooloose/syntastic.git
Expand Down Expand Up @@ -88,3 +85,21 @@
[submodule "bundle/tomorrow-theme"]
path = bundle/tomorrow-theme
url = https://github.com/chriskempson/vim-tomorrow-theme
[submodule "bundle/ruby"]
path = bundle/ruby
url = git@github.com:vim-ruby/vim-ruby.git
[submodule "bundle/unite"]
path = bundle/unite
url = git@github.com:Shougo/unite.vim.git
[submodule "bundle/ctrlp"]
path = bundle/ctrlp
url = https://github.com/kien/ctrlp.vim.git
[submodule "bundle/nginx-vim-syntax"]
path = bundle/nginx-vim-syntax
url = git@github.com:evanmiller/nginx-vim-syntax.git
[submodule "bundle/snippets"]
path = bundle/snippets
url = https://github.com/honza/vim-snippets.git
[submodule "bundle/utilsnips"]
path = bundle/utilsnips
url = https://github.com/SirVer/ultisnips.git
1 change: 1 addition & 0 deletions bundle/ctrlp
Submodule ctrlp added at b5d3fe
1 change: 1 addition & 0 deletions bundle/nginx-vim-syntax
Submodule nginx-vim-syntax added at 8dffab
1 change: 1 addition & 0 deletions bundle/ruby
Submodule ruby added at c298d2
1 change: 0 additions & 1 deletion bundle/snipmate
Submodule snipmate deleted from f5a75d
1 change: 1 addition & 0 deletions bundle/snippets
Submodule snippets added at ec99c8
1 change: 1 addition & 0 deletions bundle/unite
Submodule unite added at 662f83
1 change: 1 addition & 0 deletions bundle/utilsnips
Submodule utilsnips added at e48d8a

0 comments on commit afef077

Please sign in to comment.