bump
This commit is contained in:
parent
202214bce3
commit
dbdad3f3ac
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue