This commit is contained in:
Stefan Friese 2023-07-24 17:09:50 +02:00
parent 202214bce3
commit dbdad3f3ac
1 changed files with 4 additions and 0 deletions

View File

@ -176,3 +176,7 @@ if exists('+termguicolors')
let &t_8b = "\<Esc>[48;2;%lu;%lu;%lum"
set termguicolors
endif
" Remove conceal from Markdown when Insert mode is set
autocmd InsertEnter *.{markdown,md} set conceallevel=0
autocmd InsertLeave *.{markdown,md} set conceallevel=2