summaryrefslogtreecommitdiffstats
path: root/init-python
blob: 77b1dca4d5f9ad47b5f9c5343767fcea2e46e96b (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"
}
register python