preservim/vim-indent-guides

Destroys performance in terminal in neovim only

Closed this issue · 4 comments

fzf is a critical part of my workflow and I've found lately in neovim that it is due to rendering these indent guides all over the empty space in the terminal that makes fzf super sluggish. regular vim does not do this.

I'd like to ask if anyone knows the cause of why this plugin triggers inside the neovim terminal, and how to stop it, because I would really like to use neovim, this plugin, and fzf, together.

neovim:

image

vim:

image

I hope that the autocommand workaround posted in #140 will work for this.

It totally works. Yes!!!

ypid commented

Is there still an issue here or can it be closed?

I'll close, since the workaround is satisfactory and it's not clear that the indent guides are necessarily doing anything bad.