|
|
@@ -82,10 +82,6 @@
|
|
|
path = vim/bundle/vim-cucumber
|
|
|
url = https://github.com/tpope/vim-cucumber.git
|
|
|
ignore = dirty
|
|
|
-[submodule "vim/bundle/tabular"]
|
|
|
- path = vim/bundle/tabular
|
|
|
- url = https://github.com/godlygeek/tabular.git
|
|
|
- ignore = dirty
|
|
|
[submodule "vim/bundle/vim-rspec"]
|
|
|
path = vim/bundle/vim-rspec
|
|
|
url = https://github.com/tpope/vim-rspec.git
|
|
|
@@ -97,18 +93,23 @@
|
|
|
[submodule "vim/bundle/vim-airline-themes"]
|
|
|
path = vim/bundle/vim-airline-themes
|
|
|
url = https://github.com/vim-airline/vim-airline-themes.git
|
|
|
+ ignore = dirty
|
|
|
[submodule "vim/bundle/vim-go"]
|
|
|
path = vim/bundle/vim-go
|
|
|
url = https://github.com/fatih/vim-go
|
|
|
+ ignore = dirty
|
|
|
[submodule "vim/bundle/mustache"]
|
|
|
path = vim/bundle/mustache
|
|
|
url = https://github.com/mustache/vim-mustache-handlebars.git
|
|
|
+ ignore = dirty
|
|
|
[submodule "vim/bundle/vim-polyglot"]
|
|
|
path = vim/bundle/vim-polyglot
|
|
|
url = https://github.com/sheerun/vim-polyglot.git
|
|
|
+ ignore = dirty
|
|
|
[submodule "vim/bundle/gotests-vim"]
|
|
|
path = vim/bundle/gotests-vim
|
|
|
url = https://github.com/buoto/gotests-vim
|
|
|
+ ignore = dirty
|
|
|
[submodule "vim/bundle/vim-json"]
|
|
|
path = vim/bundle/vim-json
|
|
|
url = https://github.com/elzr/vim-json
|
|
|
@@ -123,15 +124,32 @@
|
|
|
[submodule "vim/bundle/vim-unimpaired"]
|
|
|
path = vim/bundle/vim-unimpaired
|
|
|
url = https://github.com/tpope/vim-unimpaired
|
|
|
+ ignore = dirty
|
|
|
[submodule "vim/bundle/vim-colorful-go"]
|
|
|
path = vim/bundle/vim-colorful-go
|
|
|
url = https://github.com/ajswis/vim-colorful-go
|
|
|
+ ignore = dirty
|
|
|
[submodule "vim/bundle/rust.vim"]
|
|
|
path = vim/bundle/rust.vim
|
|
|
url = https://github.com/rust-lang/rust.vim.git
|
|
|
+ ignore = dirty
|
|
|
[submodule "vim/bundle/gem-ctags"]
|
|
|
path = vim/bundle/gem-ctags
|
|
|
url = https://github.com/tpope/gem-ctags
|
|
|
+ ignore = dirty
|
|
|
[submodule "vim/bundle/vim-cargo"]
|
|
|
path = vim/bundle/vim-cargo
|
|
|
url = https://github.com/timonv/vim-cargo
|
|
|
+ ignore = dirty
|
|
|
+[submodule "vim/bundle/vim-prettier"]
|
|
|
+ path = vim/bundle/vim-prettier
|
|
|
+ url = https://github.com/prettier/vim-prettier.git
|
|
|
+ ignore = dirty
|
|
|
+[submodule "vim/bundle/vim-csharp"]
|
|
|
+ path = vim/bundle/vim-csharp
|
|
|
+ url = github:OrangeT/vim-csharp.git
|
|
|
+ ignore = dirty
|
|
|
+[submodule "vim/bundle/omnisharp-vim"]
|
|
|
+ path = vim/bundle/omnisharp-vim
|
|
|
+ url = github:OmniSharp/omnisharp-vim.git
|
|
|
+ ignore = dirty
|