diff options
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..9acba26 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,9 @@ +[submodule ".config/vim/bundle/nerdtree"] + path = .config/vim/bundle/nerdtree + url = https://github.com/scrooloose/nerdtree.git +[submodule ".config/vim/bundle/vim-pathogen"] + path = .config/vim/bundle/vim-pathogen + url = https://github.com/tpope/vim-pathogen +[submodule ".config/vim/bundle/vim-colorschemes"] + path = .config/vim/bundle/vim-colorschemes + url = https://github.com/flazz/vim-colorschemes.git |