summaryrefslogtreecommitdiffstats
path: root/init-optional
blob: 7e943976b562096c8c45d185bb7e2c8b3a619e0a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# optional (but recommended) vim plugins
optional () {
	# makegreen:
	#   test results integration
	# Tagbar (possible alternative TagList):
	#   "code navigator" incl. JS support if jsctags installed
	# Fugitive:
	#   Cooperates with git
	# Powerline
	#   Coolness added to the vim awesomeness
	init_git_submodule $1 "git-makegreen" "git-tagbar" "git-fugitive" "git-powerline"
}
init_register optional