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