Passage des bundles vim en sous-modules Git
parent
530ce92383
commit
071e929e61
@ -1,3 +1,43 @@
|
||||
[submodule "zsh/zsh-syntax-highlighting"]
|
||||
path = zsh/zsh-syntax-highlighting
|
||||
url = https://github.com/zsh-users/zsh-syntax-highlighting.git
|
||||
|
||||
[submodule "vim/bundle/html5.vim"]
|
||||
path = vim/bundle/html5.vim
|
||||
url = https://github.com/othree/html5.vim
|
||||
[submodule "vim/bundle/vim-bufferline"]
|
||||
path = vim/bundle/vim-bufferline
|
||||
url = https://github.com/bling/vim-bufferline.git
|
||||
[submodule "vim/bundle/syntastic"]
|
||||
path = vim/bundle/syntastic
|
||||
url = https://github.com/scrooloose/syntastic.git
|
||||
[submodule "vim/bundle/supertab"]
|
||||
path = vim/bundle/supertab
|
||||
url = https://github.com/ervandew/supertab.git
|
||||
[submodule "vim/bundle/vim-jquery"]
|
||||
path = vim/bundle/vim-jquery
|
||||
url = https://github.com/itspriddle/vim-jquery.git
|
||||
[submodule "vim/bundle/nerdcommenter"]
|
||||
path = vim/bundle/nerdcommenter
|
||||
url = https://github.com/scrooloose/nerdcommenter.git
|
||||
[submodule "vim/bundle/vim-pathogen"]
|
||||
path = vim/bundle/vim-pathogen
|
||||
url = https://github.com/tpope/vim-pathogen.git
|
||||
[submodule "vim/bundle/vim-airline"]
|
||||
path = vim/bundle/vim-airline
|
||||
url = https://github.com/bling/vim-airline
|
||||
[submodule "vim/bundle/tagbar"]
|
||||
path = vim/bundle/tagbar
|
||||
url = https://github.com/majutsushi/tagbar
|
||||
[submodule "vim/bundle/vim-fugitive"]
|
||||
path = vim/bundle/vim-fugitive
|
||||
url = https://github.com/tpope/vim-fugitive
|
||||
[submodule "vim/bundle/htmljinja"]
|
||||
path = vim/bundle/htmljinja
|
||||
url = https://github.com/estin/htmljinja
|
||||
[submodule "vim/bundle/Better-CSS-Syntax-for-Vim"]
|
||||
path = vim/bundle/Better-CSS-Syntax-for-Vim
|
||||
url = https://github.com/ChrisYip/Better-CSS-Syntax-for-Vim
|
||||
[submodule "vim/bundle/nerdtree"]
|
||||
path = vim/bundle/nerdtree
|
||||
url = https://github.com/scrooloose/nerdtree
|
||||
|
@ -0,0 +1 @@
|
||||
Subproject commit 861d9297aa44a0f9ffd35259ddd980526fe6f715
|
@ -0,0 +1 @@
|
||||
Subproject commit cb00fc70564b97e74a7ab687ec8b64177f7817c9
|
@ -0,0 +1 @@
|
||||
Subproject commit 7a5d7b8b09b0ec77aea10cde4ede65f34edf31dd
|
@ -0,0 +1 @@
|
||||
Subproject commit 0b3d928dce8262dedfc2f83b9aeb59a94e4f0ae4
|
@ -0,0 +1 @@
|
||||
Subproject commit b0bb781fc73ef40365e4c996a16f04368d64fc9d
|
@ -0,0 +1 @@
|
||||
Subproject commit 7a32e0866bfea26cf7781935289df131d1d0c0e0
|
@ -0,0 +1 @@
|
||||
Subproject commit 86160723dcbfaa53807c80f4c9b1c3c574a310a1
|
@ -0,0 +1 @@
|
||||
Subproject commit fd79a1718902f3eee78a40547d9a792b0e54927f
|
@ -0,0 +1 @@
|
||||
Subproject commit 2735282992f360ce0f4e0255f420e4977a24282f
|
@ -0,0 +1 @@
|
||||
Subproject commit b9ad64ae75a06f3462dc46935f1757797f816f02
|
@ -0,0 +1 @@
|
||||
Subproject commit 124550cfee33a1bb9a227e78ccc709317a89dae9
|
@ -0,0 +1 @@
|
||||
Subproject commit 61890d8e5ba8a873526fb91c6484aa445cc20b56
|
@ -0,0 +1 @@
|
||||
Subproject commit 1270dceb1fe0ca35f8b292c7b41b45b42c5a0cc1
|
Loading…
Reference in New Issue