added vim-airline, vim-fugitive
This commit is contained in:
parent
7bda4452b2
commit
35b65d9aa9
3 changed files with 8 additions and 0 deletions
6
.gitmodules
vendored
6
.gitmodules
vendored
|
|
@ -1,3 +1,9 @@
|
||||||
[submodule ".vim/bundle/flake8"]
|
[submodule ".vim/bundle/flake8"]
|
||||||
path = .vim/bundle/flake8
|
path = .vim/bundle/flake8
|
||||||
url = https://github.com/nvie/vim-flake8.git
|
url = https://github.com/nvie/vim-flake8.git
|
||||||
|
[submodule ".vim/bundle/vim-airline"]
|
||||||
|
path = .vim/bundle/vim-airline
|
||||||
|
url = https://github.com/bling/vim-airline.git
|
||||||
|
[submodule ".vim/bundle/vim-fugitive"]
|
||||||
|
path = .vim/bundle/vim-fugitive
|
||||||
|
url = https://github.com/tpope/vim-fugitive.git
|
||||||
|
|
|
||||||
1
.vim/bundle/vim-airline
Submodule
1
.vim/bundle/vim-airline
Submodule
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit fae68dbcb74b3d7a3144a9b57253b5051f26e207
|
||||||
1
.vim/bundle/vim-fugitive
Submodule
1
.vim/bundle/vim-fugitive
Submodule
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 546a6bf2197529ed1bd402244cbf6e72ed62b2ca
|
||||||
Loading…
Add table
Add a link
Reference in a new issue