vim-indentguides icon indicating copy to clipboard operation
vim-indentguides copied to clipboard

Ignore list not working

Open betovidal opened this issue 6 years ago • 2 comments

I've tried the let g:indentguides_ignorelist = ['text', 'markdown', 'json'] command in .vimrc but even after checking conceallevel is set to 0, characters are missing (i.e. underscores, square brackets, parenthesis) and all the content inside them. If I set conceallevel from that specific buffer, text is correctly shown.

setconcealtwice

Note: filetype was set to markdown. The same happens if I open an md file.

betovidal avatar Apr 19 '18 15:04 betovidal

~~It happened to be a problem with vim-polyglot. I'll dig into it and propose a solution.~~

I tried removing every plugin but this. It's a problem related to vim-indenguides.

betovidal avatar Apr 19 '18 15:04 betovidal

I tried replicating this and was unable to, conceallevel isn't modified from default if it's in the ignore list for me. Can you give me more information on your configuration?

thaerkh avatar Nov 03 '18 17:11 thaerkh