summaryrefslogtreecommitdiffstats
path: root/init-python
blob: a9e245e351404a49977d2d1a61fcd91d7941c26f (plain)
1
2
3
4
5
6
7
8
9
# vim plugins for Python projects
python () {
	announce "--- python ---"
	# Python-mode:
	#   integrates pylint, rope, pydoc, pyflakes
	#   + extra highlighting, whitespace removal ...
	do_git_submodule $1 "git-python-mode" || return $?
}
register python