Browse Source

Added the headlights plugin

master
Drew Short 9 years ago
parent
commit
861deaabfc
  1. 3
      .gitmodules
  2. 1
      home/.vim/bundle/headlights
  3. 7
      home/.vimrc

3
.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

1
home/.vim/bundle/headlights

@ -0,0 +1 @@
Subproject commit 2e8077206e89633ab7a6baf6574a8764b92bbb09

7
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()
Loading…
Cancel
Save