- Make vim-pandoc handle following md links wiki-style - Bring back concealing of formatting
6 lines
212 B
VimL
6 lines
212 B
VimL
" Remove the gutter that shows markdown nesting level by default
|
|
:set foldcolumn=0
|
|
|
|
" Auto chdir to where the pandoc file is opened so pandoc calls and
|
|
" markdown hypertext links work dir-relative.
|
|
:lchdir %:p:h
|