From 861deaabfc397ceb59f946c5af6f0796e7a9ba65 Mon Sep 17 00:00:00 2001 From: Drew Short Date: Mon, 14 Sep 2015 19:17:05 -0500 Subject: [PATCH] Added the headlights plugin --- .gitmodules | 3 +++ home/.vim/bundle/headlights | 1 + home/.vimrc | 7 ++++--- 3 files changed, 8 insertions(+), 3 deletions(-) create mode 160000 home/.vim/bundle/headlights 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() +