Disable conceal from indentLine, does some weird stuff

This commit is contained in:
flyingscorpio@clevo 2022-08-04 23:53:20 +02:00
parent 8677dce484
commit 1c3cef913a

View file

@ -51,3 +51,4 @@ vim.g.vimtex_quickfix_open_on_warning = 0
-- indentLine
-- vim.g.indentLine_char = '▏'
vim.g.indentLine_fileType = { 'html', 'htmldjango', 'tex' }
vim.g.indentLine_setConceal = 0