preservim / vim-indent-guides

A Vim plugin for visually displaying indent levels in code
MIT License
2.62k stars 162 forks source link

Destroys performance in terminal in neovim only #145

Closed unphased closed 3 years ago

unphased commented 3 years ago

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

unphased commented 3 years ago

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

unphased commented 3 years ago

It totally works. Yes!!!

ypid commented 3 years ago

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

unphased commented 3 years ago

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