From 7beacf21670388a18bc776b8137dd09d43e3e73a Mon Sep 17 00:00:00 2001 From: Trysdyn Black Date: Thu, 20 Aug 2020 14:47:16 -0700 Subject: [PATCH] Disable conceal of markdown formatting --- .vim/ftplugin/pandoc.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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