Removing the indentguides plugin enables using polyglot with markdown again

This commit is contained in:
David Holland 2020-03-30 20:05:57 +02:00
parent 69d6065cc1
commit a941ce171e
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', 'markdown']
let g:polyglot_disabled = ['latex']
let g:vim_markdown_conceal = 0
endif
" ===