summaryrefslogtreecommitdiffstats
path: root/init-python
diff options
context:
space:
mode:
Diffstat (limited to 'init-python')
-rw-r--r--init-python10
1 files changed, 10 insertions, 0 deletions
diff --git a/init-python b/init-python
new file mode 100644
index 0000000..b82705f
--- /dev/null
+++ b/init-python
@@ -0,0 +1,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"
+}