diff --git a/.vim/ftplugin/pandoc.vim b/.vim/ftplugin/pandoc.vim index 3180ed1..b3875e9 100644 --- a/.vim/ftplugin/pandoc.vim +++ b/.vim/ftplugin/pandoc.vim @@ -1,5 +1,5 @@ " Stop excessive concealing of markdown formatting markers -:set conceallevel=3 +:set conceallevel=0 " Remove the gutter that shows markdown nesting level by default :set foldcolumn=0