indentLine icon indicating copy to clipboard operation
indentLine copied to clipboard

Disable IndentLine for Terminal Buffers

Open JRavi2 opened this issue 3 years ago • 1 comments

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.

JRavi2 avatar Oct 06 '21 16:10 JRavi2

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

autocmd TermOpen * IndentLinesDisable

gzagatti avatar Feb 24 '22 11:02 gzagatti