We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7583add commit 9aeeb9dCopy full SHA for 9aeeb9d
.vimrc
@@ -1,3 +1,9 @@
1
+" You can disable installed vim plugins by putting them in this env var:
2
+let g:pathogen_disabled = []
3
+for disable in split(expand("$VIM_PATHOGEN_DISABLE"), ' ')
4
+ call add(g:pathogen_disabled, disable)
5
+endfor
6
+
7
call pathogen#infect()
8
9
" Loop over every ~/.../src/* repo and source their .vimrc
0 commit comments