소스 검색

Update submodule

Andrew Swistak 7 년 전
부모
커밋
c9f11ef0cd
4개의 변경된 파일25개의 추가작업 그리고 4개의 파일을 삭제
  1. 22 4
      .gitmodules
  2. 1 0
      vim/bundle/omnisharp-vim
  3. 1 0
      vim/bundle/vim-csharp
  4. 1 0
      vim/bundle/vim-prettier

+ 22 - 4
.gitmodules

@@ -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

+ 1 - 0
vim/bundle/omnisharp-vim

@@ -0,0 +1 @@
+Subproject commit b24c460f050a10673f1a179063f7a140d6fdf79a

+ 1 - 0
vim/bundle/vim-csharp

@@ -0,0 +1 @@
+Subproject commit b5982fc69bba7d507638a308d6875b031054280d

+ 1 - 0
vim/bundle/vim-prettier

@@ -0,0 +1 @@
+Subproject commit e099265f89ccaf7c5c29c6fe6746e810585fd3d2