dotfiles/.vim/ftplugin/pandoc.vim
Trysdyn Black 9ac6a6ad11 Make vim better for markdown editing
- Make vim-pandoc handle following md links wiki-style
- Bring back concealing of formatting
2021-11-30 22:47:56 -08:00

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