Skip to content

Commit a9b4ba1

Browse files
committed
Update submodules
1 parent 30a4b74 commit a9b4ba1

File tree

12 files changed

+19
-12
lines changed

12 files changed

+19
-12
lines changed

.gitmodules

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
url = https://github.com/godlygeek/tabular
1919
[submodule "bundle/vim-airline"]
2020
path = bundle/vim-airline
21-
url = https://github.com/bling/vim-airline
21+
url = https://github.com/vim-airline/vim-airline
2222
[submodule "bundle/vim-airline-plugins"]
2323
path = bundle/vim-airline-plugins
24-
url = https://github.com/bling/vim-airline-plugins
24+
url = https://github.com/vim-airline/vim-airline-plugins
2525
[submodule "bundle/vim-bundler"]
2626
path = bundle/vim-bundler
2727
url = https://github.com/tpope/vim-bundler
@@ -55,3 +55,6 @@
5555
[submodule "bundle/bufexplorer.zip"]
5656
path = bundle/bufexplorer.zip
5757
url = https://github.com/vim-scripts/bufexplorer.zip
58+
[submodule "bundle/vim-airline-themes"]
59+
path = bundle/vim-airline-themes
60+
url = https://github.com/vim-airline/vim-airline-themes

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
```
2+
git clone --recursive https://github.com/hnatt/my-vimdir ~/.vim
3+
ln -s ~/.vim/.vimrc ~/.vimrc
4+
```

bundle/nerdcommenter

bundle/vim-airline

Submodule vim-airline updated 67 files

bundle/vim-bundler

0 commit comments

Comments
 (0)