Yggdroot / indentLine

A vim plugin to display the indention levels with thin vertical lines
MIT License
4.13k stars 227 forks source link

How to disable for terminal buffer? #351

Closed bew closed 3 years ago

bew commented 3 years ago

Hello, I'm using neovim's terminal buffers, and the indentlines are shown when they shouldn't (this is not code!)

Try with:

<open nvim>
:vsplit term://sh
i         (to enter in terminal mode, then run the following command:)
echo "                            see the indentation before?"

image

I would like to disable the indentation lines you see here

Yggdroot commented 3 years ago

Please refer to #206 .

bew commented 3 years ago

That would work, I failed at searching existing issues it seems, sorry for the noise!