summaryrefslogtreecommitdiffstats
path: root/init-python
blob: b82705fcf670109ffbc9f1d2b767731715cf1ed0 (plain)
1
2
3
4
5
6
7
8
9
10
# vim plugins for Python projects
CHOICES="$CHOICES|python"

python () {
	announce "--- python ---"
	# Python-mode:
	#   integrates pylint, rope, pydoc, pyflakes
	#   + extra highlighting, whitespace removal ...
	do_git_submodule $1 "git-python-mode"
}