From 68cae4ea78712a25b94ff0065c6c507acc01cb80 Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Thu, 4 Dec 2014 19:58:23 +0900 Subject: [PATCH] Adding python-mode --- .gitmodules | 3 +++ .vim/bundle/python-mode | 1 + 2 files changed, 4 insertions(+) create mode 160000 .vim/bundle/python-mode diff --git a/.gitmodules b/.gitmodules index a860ec0..04e4194 100644 --- a/.gitmodules +++ b/.gitmodules @@ -64,3 +64,6 @@ [submodule ".vim/bundle/vim-argwrap"] path = .vim/bundle/vim-argwrap url = https://github.com/FooSoft/vim-argwrap.git +[submodule ".vim/bundle/python-mode"] + path = .vim/bundle/python-mode + url = https://github.com/klen/python-mode.git diff --git a/.vim/bundle/python-mode b/.vim/bundle/python-mode new file mode 160000 index 0000000..d3b4d38 --- /dev/null +++ b/.vim/bundle/python-mode @@ -0,0 +1 @@ +Subproject commit d3b4d38a024ab62aaf3104b1ae55a134f6c88010