[vimrc] Disable w3m and vim-fixkey

This commit is contained in:
Mathieu Maret 2016-09-26 13:50:15 +02:00
parent 8e0fb91691
commit 0fa541db9d
1 changed files with 2 additions and 2 deletions

4
.vimrc
View File

@ -560,8 +560,8 @@ Plugin 'tmhedberg/matchit'
Plugin 'gregkh/kernel-coding-style.git'
" Web browsing
Plugin 'yuratomo/w3m.vim'
"Plugin 'yuratomo/w3m.vim'
" Recognize Key in screen/tmux
Plugin 'drmikehenry/vim-fixkey'
"Plugin 'drmikehenry/vim-fixkey'
call vundle#end()