Add pandoc ftplugin config for vim
This commit is contained in:
parent
00d97f8227
commit
f51a4c2ed2
1 changed files with 5 additions and 0 deletions
5
.vim/ftplugin/pandoc.vim
Normal file
5
.vim/ftplugin/pandoc.vim
Normal 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
|
Loading…
Add table
Reference in a new issue