Added submodules for airline and nerdtree.
This commit is contained in:
parent
9424e87c59
commit
a5676f0b70
3 changed files with 8 additions and 0 deletions
6
.gitmodules
vendored
6
.gitmodules
vendored
|
@ -1,3 +1,9 @@
|
|||
[submodule "bundle/fugitive"]
|
||||
path = bundle/fugitive
|
||||
url = https://github.com/tpope/vim-fugitive.git
|
||||
[submodule "bundle/nerdtree"]
|
||||
path = bundle/nerdtree
|
||||
url = https://github.com/scrooloose/nerdtree.git
|
||||
[submodule "bundle/airline"]
|
||||
path = bundle/airline
|
||||
url = https://github.com/vim-airline/vim-airline
|
||||
|
|
1
bundle/airline
Submodule
1
bundle/airline
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 9d1196f40aac7bbef5cec0c9307e80e207a4dfca
|
1
bundle/nerdtree
Submodule
1
bundle/nerdtree
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 4ebbb533c3faf2c480211db2b547972bb3b60f2b
|
Loading…
Reference in a new issue