Add pandoc ftplugin config for vim

This commit is contained in:
Trysdyn Black 2020-08-12 14:25:53 -07:00
parent 00d97f8227
commit f51a4c2ed2

5
.vim/ftplugin/pandoc.vim Normal file
View file

@ -0,0 +1,5 @@
" Stop excessive concealing of markdown formatting markers
:set conceallevel=3
" Remove the gutter that shows markdown nesting level by default
:set foldcolumn=0