diff --git a/.gitmodules b/.gitmodules index d5297c75..d3cda34f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,21 @@ [submodule "vim/bundle/YouCompleteMe"] path = vim/bundle/YouCompleteMe url = https://github.com/ycm-core/YouCompleteMe +[submodule "vim/bundle/nerdtree"] + path = vim/bundle/nerdtree + url = https://github.com/preservim/nerdtree.git +[submodule "vim/bundle/nerdtree-git-plugin"] + path = vim/bundle/nerdtree-git-plugin + url = https://github.com/Xuyuanp/nerdtree-git-plugin +[submodule "vim/bundle/vim-airline"] + path = vim/bundle/vim-airline + url = https://github.com/vim-airline/vim-airline +[submodule "vim/bundle/vim-airline-themes"] + path = vim/bundle/vim-airline-themes + url = https://github.com/vim-airline/vim-airline-themes +[submodule "vim/bundle/Vundle.vim"] + path = vim/bundle/Vundle.vim + url = https://github.com/VundleVim/Vundle.vim +[submodule "vim/bundle/vim-color-schemes"] + path = vim/bundle/vim-color-schemes + url = https://github.com/flazz/vim-colorschemes diff --git a/vim/bundle/Vundle.vim b/vim/bundle/Vundle.vim new file mode 160000 index 00000000..b255382d --- /dev/null +++ b/vim/bundle/Vundle.vim @@ -0,0 +1 @@ +Subproject commit b255382d6242d7ea3877bf059d2934125e0c4d95 diff --git a/vim/bundle/nerdtree b/vim/bundle/nerdtree new file mode 160000 index 00000000..2c14ed0e --- /dev/null +++ b/vim/bundle/nerdtree @@ -0,0 +1 @@ +Subproject commit 2c14ed0e153cdcd0a1c7d1eabec6820bb6b3f8a2 diff --git a/vim/bundle/nerdtree-git-plugin b/vim/bundle/nerdtree-git-plugin new file mode 160000 index 00000000..ff9b14f1 --- /dev/null +++ b/vim/bundle/nerdtree-git-plugin @@ -0,0 +1 @@ +Subproject commit ff9b14f14dceecb6c08cb05053ad649c3b6ac250 diff --git a/vim/bundle/vim-airline b/vim/bundle/vim-airline new file mode 160000 index 00000000..0cfd829c --- /dev/null +++ b/vim/bundle/vim-airline @@ -0,0 +1 @@ +Subproject commit 0cfd829c92a6fd208bfdcbdd2881105462224636 diff --git a/vim/bundle/vim-airline-themes b/vim/bundle/vim-airline-themes new file mode 160000 index 00000000..97cf3e6e --- /dev/null +++ b/vim/bundle/vim-airline-themes @@ -0,0 +1 @@ +Subproject commit 97cf3e6e638f936187d5f6e9b5eb1bdf0a4df256 diff --git a/vim/bundle/vim-color-schemes b/vim/bundle/vim-color-schemes new file mode 160000 index 00000000..fd8f122c --- /dev/null +++ b/vim/bundle/vim-color-schemes @@ -0,0 +1 @@ +Subproject commit fd8f122cef604330c96a6a6e434682dbdfb878c9