summaryrefslogtreecommitdiffstats
path: root/init-optional
blob: 389c873bdbd30bc409d0f0f10bfbc51a35960d7b (plain)
1
2
3
4
5
6
7
8
9
10
11
# optional (but recommended) vim plugins
CHOICES="$CHOICES|optional"

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"
}