diff --git a/.gitmodules b/.gitmodules index 9457fec..6fd1b54 100644 --- a/.gitmodules +++ b/.gitmodules @@ -22,3 +22,6 @@ [submodule "vim/vim/bundle/vim-nerdtree-tabs"] path = vim/vim/bundle/vim-nerdtree-tabs url = git://github.com/jistr/vim-nerdtree-tabs.git +[submodule "vim/vim/bundle/vim-flake8"] + path = vim/vim/bundle/vim-flake8 + url = git://github.com/nvie/vim-flake8.git diff --git a/vim/vim/bundle/vim-flake8 b/vim/vim/bundle/vim-flake8 new file mode 160000 index 0000000..d1bb8f1 --- /dev/null +++ b/vim/vim/bundle/vim-flake8 @@ -0,0 +1 @@ +Subproject commit d1bb8f1d440a4656342bcc536574e0e1627dedcb