diff --git a/.gitmodules b/.gitmodules index 8bd5027..4c3958c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -10,3 +10,6 @@ [submodule "home/.vim/bundle/vimoutliner"] path = home/.vim/bundle/vimoutliner url = https://github.com/vimoutliner/vimoutliner.git +[submodule "home/.vim/bundle/headlights"] + path = home/.vim/bundle/headlights + url = https://github.com/mbadran/headlights.git diff --git a/home/.vim/bundle/headlights b/home/.vim/bundle/headlights new file mode 160000 index 0000000..2e80772 --- /dev/null +++ b/home/.vim/bundle/headlights @@ -0,0 +1 @@ +Subproject commit 2e8077206e89633ab7a6baf6574a8764b92bbb09 diff --git a/home/.vimrc b/home/.vimrc index 29b772e..938aade 100644 --- a/home/.vimrc +++ b/home/.vimrc @@ -1,6 +1,3 @@ -" Call pathogen if it's installed -call pathogen#infect() - """" " General Settings """" @@ -224,3 +221,7 @@ function! HasPaste() endif return '' endfunction + +" Call pathogen if it's installed +call pathogen#infect() +