blob: f640660921c9e5ac30b23f235b6bae38c91f9bc4 (
plain)
1
2
3
4
5
6
7
|
set concealcursor=c
set synmaxcol=3000 " For long Chinese paragraphs
if exists(':FootnoteNumber')
nnoremap <buffer> <Plug>AddVimFootnote :<c-u>call markdownfootnotes#VimFootnotes('i')<CR>
inoremap <buffer> <Plug>AddVimFootnote <C-O>:<c-u>call markdownfootnotes#VimFootnotes('i')<CR>
endif
|