Added Readme; Utilizing submodules for vim addons.
This commit is contained in:
parent
df4d9a1164
commit
6b3bc2f5b5
9 changed files with 46 additions and 0 deletions
12
.gitmodules
vendored
Normal file
12
.gitmodules
vendored
Normal file
|
@ -0,0 +1,12 @@
|
|||
[submodule "vim/vim/bundle/vim-fugitive"]
|
||||
path = vim/vim/bundle/vim-fugitive
|
||||
url = https://github.com/tpope/vim-fugitive
|
||||
[submodule "vim/vim/bundle/vim-airline"]
|
||||
path = vim/vim/bundle/vim-airline
|
||||
url = https://github.com/bling/vim-airline
|
||||
[submodule "vim/vim/bundle/vim-sneak"]
|
||||
path = vim/vim/bundle/vim-sneak
|
||||
url = https://github.com/justinmk/vim-sneak
|
||||
[submodule "vim/vim/bundle/vim-pathogen"]
|
||||
path = vim/vim/bundle/vim-pathogen
|
||||
url = https://github.com/tpope/vim-pathogen
|
Loading…
Add table
Add a link
Reference in a new issue