diff --git a/.gitmodules b/.gitmodules index 28c5ea9..697148d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -25,3 +25,9 @@ [submodule "vim/bundle/vim-latex"] path = vim/bundle/vim-latex url = git@github.com:lervag/vim-latex.git +[submodule "vim/bundle/shebang"] + path = vim/bundle/shebang + url = https://github.com/vim-scripts/Shebang +[submodule "vim/bundle/indentLine"] + path = vim/bundle/indentLine + url = https://github.com/Yggdroot/indentLine diff --git a/vim/bundle/indentLine b/vim/bundle/indentLine new file mode 160000 index 0000000..efce4fa --- /dev/null +++ b/vim/bundle/indentLine @@ -0,0 +1 @@ +Subproject commit efce4fa4a48c3060dcf2173e099a2bf52d727225 diff --git a/vim/bundle/shebang b/vim/bundle/shebang new file mode 160000 index 0000000..4acbbe2 --- /dev/null +++ b/vim/bundle/shebang @@ -0,0 +1 @@ +Subproject commit 4acbbe2f4243332099c664148781b8fbd203cce3