mirror of
https://github.com/tomru/DotfilesOld.git
synced 2026-03-03 06:27:21 +01:00
add open-browser as osx is weird
This commit is contained in:
6
vimrc
6
vimrc
@@ -54,6 +54,7 @@ Plug 'mxw/vim-jsx'
|
|||||||
" previews
|
" previews
|
||||||
Plug 'suan/vim-instant-markdown', { 'for': 'markdown' }
|
Plug 'suan/vim-instant-markdown', { 'for': 'markdown' }
|
||||||
Plug 'xuhdev/vim-latex-live-preview', { 'for': 'tex' }
|
Plug 'xuhdev/vim-latex-live-preview', { 'for': 'tex' }
|
||||||
|
Plug 'tyru/open-browser.vim'
|
||||||
|
|
||||||
" debug
|
" debug
|
||||||
Plug 'tweekmonster/startuptime.vim'
|
Plug 'tweekmonster/startuptime.vim'
|
||||||
@@ -313,6 +314,11 @@ let g:markdown_fenced_languages = [
|
|||||||
" vim-jsx
|
" vim-jsx
|
||||||
let g:jsx_ext_required = 0
|
let g:jsx_ext_required = 0
|
||||||
|
|
||||||
|
" open-browser
|
||||||
|
let g:netrw_nogx = 1
|
||||||
|
nmap gx <Plug>(openbrowser-smart-search)
|
||||||
|
vmap gx <Plug>(openbrowser-smart-search)
|
||||||
|
|
||||||
" }}}
|
" }}}
|
||||||
|
|
||||||
" Autocmd Rules {{{
|
" Autocmd Rules {{{
|
||||||
|
|||||||
Reference in New Issue
Block a user