diff --git a/.gitmodules b/.gitmodules index ef77922..e316156 100644 --- a/.gitmodules +++ b/.gitmodules @@ -19,3 +19,6 @@ [submodule "vim-files/.vim/bundle/vim-characterize"] path = vim-files/.vim/bundle/vim-characterize url = https://github.com/tpope/vim-characterize.git +[submodule "vim-files/.vim/bundle/python-mode"] + path = vim-files/.vim/bundle/python-mode + url = https://github.com/klen/python-mode.git diff --git a/vim-files/.vim/bundle/python-mode b/vim-files/.vim/bundle/python-mode new file mode 160000 index 0000000..5eb0022 --- /dev/null +++ b/vim-files/.vim/bundle/python-mode @@ -0,0 +1 @@ +Subproject commit 5eb0022e77409b24ce4369d0f251b20722b276d4