dotfiles

Author: Kyle Fuller <inbox@kylefuller.co.uk> 2012-04-19 10:23:18 +0100 +0100
Committer: Kyle Fuller <inbox@kylefuller.co.uk> 2012-04-19 10:23:18 +0100 +0100
Commit: 63c7c5081c08cadb33602d2ca95e7160574340a1
Parent: 1392aee90e40f0a33b92f921821af398bf6e9c4e


Add the vim flake8 plugin
diff --git a/.gitmodules b/.gitmodules
index 851652973b44eda41d83acdb804bcaa6f562ee3a..4c5cb471f69f3f6d98ade6698dfabd5c8b8688dc 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -13,3 +13,6 @@ 	url = https://github.com/nanotech/jellybeans.vim.git
 [submodule ".vim/bundle/ctrlp"]
 	path = .vim/bundle/ctrlp
 	url = https://github.com/kien/ctrlp.vim.git
+[submodule ".vim/bundle/flake8"]
+	path = .vim/bundle/flake8
+	url = https://github.com/nvie/vim-flake8.git