vim-indentguides
vim-indentguides copied to clipboard
Ignore dos not work properly in neovim
This is my config:
let g:indentguides_spacechar = '┆'
let g:indentguides_tabchar = '|'
let g:indentguides_ignorelist = ['text','vim','md']
but when I open some of ignored files, all tabs are replaced with ^I
.
It does work on my neovim... There isn't any weird char and ignore list is working.