diff --git a/.gitmodules b/.gitmodules index f0b7a7f73..7390a1ae1 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,9 +1,3 @@ -[submodule "bundle/rails"] - path = bundle/rails - url = git://github.com/tpope/vim-rails.git -[submodule "bundle/cucumber"] - path = bundle/cucumber - url = git://github.com/tpope/vim-cucumber.git [submodule "bundle/surround"] path = bundle/surround url = git://github.com/tpope/vim-surround.git @@ -19,24 +13,12 @@ [submodule "bundle/vim-ruby"] path = bundle/vim-ruby url = git://github.com/vim-ruby/vim-ruby.git -[submodule "bundle/ack"] - path = bundle/ack - url = git://github.com/mileszs/ack.vim.git [submodule "snippets"] path = snippets url = git://github.com/franciscosouza/snipmate-snippets.git [submodule "bundle/tcomment"] path = bundle/tcomment url = https://github.com/tomtom/tcomment_vim.git -[submodule "bundle/json-syntax"] - path = bundle/json-syntax - url = git://github.com/vim-scripts/JSON.vim.git -[submodule "bundle/fugitive"] - path = bundle/fugitive - url = https://github.com/tpope/vim-fugitive.git -[submodule "bundle/gist-vim"] - path = bundle/gist-vim - url = git://github.com/mattn/gist-vim.git [submodule "bundle/jasmine"] path = bundle/jasmine url = git://github.com/franciscosouza/jasmine.vim.git @@ -49,6 +31,3 @@ [submodule "bundle/vim-javascript"] path = bundle/vim-javascript url = git://github.com/franciscosouza/vim-javascript.git -[submodule "bundle/vagrantfile"] - path = bundle/vagrantfile - url = git://github.com/robbevan/Vagrantfile.vim.git diff --git a/bundle/ack b/bundle/ack deleted file mode 160000 index a41d5d52c..000000000 --- a/bundle/ack +++ /dev/null @@ -1 +0,0 @@ -Subproject commit a41d5d52c39a31128e969e69acf800b198cb07f9 diff --git a/bundle/cucumber b/bundle/cucumber deleted file mode 160000 index 2ef3e5a48..000000000 --- a/bundle/cucumber +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 2ef3e5a4876a4cd5ea83a0dcbf17f5c3edbf9de3 diff --git a/bundle/fugitive b/bundle/fugitive deleted file mode 160000 index a38f25f78..000000000 --- a/bundle/fugitive +++ /dev/null @@ -1 +0,0 @@ -Subproject commit a38f25f78b429ccad1e2d2da82efb9678f34675d diff --git a/bundle/gist-vim b/bundle/gist-vim deleted file mode 160000 index 85675da4a..000000000 --- a/bundle/gist-vim +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 85675da4ab49e1c4b9e2c248658b95d0b001fb2d diff --git a/bundle/json-syntax b/bundle/json-syntax deleted file mode 160000 index 3c602d4b5..000000000 --- a/bundle/json-syntax +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 3c602d4b5dac674d7f1fd8da56e834ff8f1cc9c7 diff --git a/bundle/rails b/bundle/rails deleted file mode 160000 index 49c175c39..000000000 --- a/bundle/rails +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 49c175c3922f63e48dcd4c3a103d946ee8c6af16 diff --git a/github.vim.example b/github.vim.example deleted file mode 100644 index 8b6c653c4..000000000 --- a/github.vim.example +++ /dev/null @@ -1,2 +0,0 @@ -let g:github_user="YOUR_USER" -let g:github_token="YOUR_TOKEN"