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