mirror of
https://github.com/lloeki/vimfiles.git
synced 2025-12-06 05:24:39 +01:00
blacklist modules
This commit is contained in:
parent
7d9088c30a
commit
a1a3c9c9a3
1 changed files with 1 additions and 1 deletions
2
vimrc
2
vimrc
|
|
@ -1,7 +1,7 @@
|
||||||
" lloeki's vimrc
|
" lloeki's vimrc
|
||||||
|
|
||||||
"bundle loading via pathogen
|
"bundle loading via pathogen
|
||||||
let g:pathogen_disabled = []
|
let g:pathogen_disabled = ['pyflakes-vim', 'vim-matchit', 'vim-repeat', 'closetag']
|
||||||
|
|
||||||
filetype off
|
filetype off
|
||||||
runtime bundle/vim-pathogen/autoload/pathogen.vim
|
runtime bundle/vim-pathogen/autoload/pathogen.vim
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue