blacklist modules

This commit is contained in:
Loic Nageleisen 2011-10-30 20:24:01 +01:00
parent 7d9088c30a
commit a1a3c9c9a3

2
vimrc
View file

@ -1,7 +1,7 @@
" lloeki's vimrc
"bundle loading via pathogen
let g:pathogen_disabled = []
let g:pathogen_disabled = ['pyflakes-vim', 'vim-matchit', 'vim-repeat', 'closetag']
filetype off
runtime bundle/vim-pathogen/autoload/pathogen.vim