Add w3m plugin

This commit is contained in:
Mathieu Maret 2016-06-03 11:02:06 +02:00
parent 5a8c497bac
commit 0d693713bc
1 changed files with 7 additions and 0 deletions

7
.vimrc
View File

@ -433,6 +433,10 @@ if filereadable(expand('~/.vimrc.local'))
source ~/.vimrc.local source ~/.vimrc.local
endif endif
""""""""""
" W3m
""""""""""
let g:w3m#external_browser = 'firefox'
"""""""""" """"""""""
" Debug " Debug
@ -534,4 +538,7 @@ Plugin 'tmhedberg/matchit'
" Kernel Formatting " Kernel Formatting
Plugin 'gregkh/kernel-coding-style.git' Plugin 'gregkh/kernel-coding-style.git'
" Web browsing
Plugin 'yuratomo/w3m.vim'
call vundle#end() call vundle#end()