diff --git a/.vim/ftplugin/pandoc.vim b/.vim/ftplugin/pandoc.vim new file mode 100644 index 0000000..3180ed1 --- /dev/null +++ b/.vim/ftplugin/pandoc.vim @@ -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