Yggdroot / indentLine

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

Disable IndentLine for Terminal Buffers #364

Open JRavi2 opened 2 years ago

JRavi2 commented 2 years ago

I just recently came across this issue, that the plugin will render Indent lines for terminal buffers as well. Is there a use-case where indent lines are good to have for terminal buffers as well? If not, even though there's a simple fix for it, I think it would be better to have it disabled by default for them.

gzagatti commented 2 years ago

You can use the following autocommand and the lines will be disabled in terminal mode.

autocmd TermOpen * IndentLinesDisable