summaryrefslogtreecommitdiffstats
path: root/init-optional
blob: a36e50e5b6845c978ec98660e9d591ecbec1eb7b (plain)
1
2
3
4
5
6
7
8
9
10
# optional (but recommended) vim plugins
optional () {
	announce "--- optional ---"
	# makegreen:
	#   test results integration
	# Tagbar (possible alternative TagList):
	#   "code navigator" incl. JS support if jsctags installed
	do_git_submodule $1 "git-makegreen" "git-tagbar"
}
register optional