mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-04-15 08:09:11 +08:00
fix(lang#markdown): remove g:mkdp_browserfunc
close https://github.com/SpaceVim/SpaceVim/issues/4500
This commit is contained in:
parent
afec95b027
commit
3523dd1037
@ -123,7 +123,7 @@ function! SpaceVim#layers#lang#markdown#config() abort
|
||||
\ }
|
||||
|
||||
" iamcco/markdown-preview.vim {{{
|
||||
let g:mkdp_browserfunc = 'openbrowser#open'
|
||||
" let g:mkdp_browserfunc = 'openbrowser#open'
|
||||
" }}}
|
||||
call SpaceVim#mapping#space#regesit_lang_mappings('markdown', function('s:mappings'))
|
||||
nnoremap <silent> <plug>(markdown-insert-link) :call <SID>markdown_insert_link(0, 0)<Cr>
|
||||
|
Loading…
x
Reference in New Issue
Block a user