gx should be good enough

This commit is contained in:
Thomas Ruoff
2018-10-01 23:11:07 +02:00
parent a3173af3eb
commit 467345f6c2

View File

@@ -113,11 +113,6 @@ Plug 'xuhdev/vim-latex-live-preview', { 'for': 'tex' }
let g:tex_flavor = "latex"
let g:livepreview_previewer = 'zathura'
Plug 'tyru/open-browser.vim'
let g:netrw_nogx = 1
nmap gx <Plug>(openbrowser-smart-search)
vmap gx <Plug>(openbrowser-smart-search)
" debug
Plug 'tweekmonster/startuptime.vim'