Add w3m plugin
This commit is contained in:
parent
5a8c497bac
commit
0d693713bc
7
.vimrc
7
.vimrc
@ -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()
|
||||||
|
Loading…
Reference in New Issue
Block a user