Resolve the damn markdown issue once and for all. I might think about throwing out the indentguides plugin as a whole...

This commit is contained in:
David Holland 2020-03-25 15:42:47 +01:00
parent 2832c69751
commit d655555cc9
Signed by: DustVoice
GPG Key ID: 47068995A14EDCA9
1 changed files with 1 additions and 1 deletions

View File

@ -419,7 +419,7 @@ let $NVIM_TUI_ENABLE_TRUE_COLOR=1
" Disable polyglot for latex files
" ===
if g:use_polyglot == 1
let g:polyglot_disabled = ['latex']
let g:polyglot_disabled = ['latex', 'markdown']
let g:vim_markdown_conceal = 0
endif
" ===