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

Ignore dos not work properly in neovim

Open yagarea opened this issue 4 years ago • 1 comments

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.

yagarea avatar Sep 03 '20 07:09 yagarea

It does work on my neovim... There isn't any weird char and ignore list is working.

metal3d avatar Feb 21 '21 08:02 metal3d