summaryrefslogtreecommitdiffstats
path: root/init-optional
blob: 42ec78a2b5caaa6cecf05a053dd0e6f7e6b70251 (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" || return $?
}
register optional