From fc2d9a48e9a5504f0ae4356278aa854cf2def1b1 Mon Sep 17 00:00:00 2001 From: Jan Pokorný Date: Fri, 3 Feb 2012 01:30:01 +0100 Subject: init: modular approach MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jan Pokorný --- init-python | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 init-python (limited to 'init-python') 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" +} -- cgit