Skip to content
This repository has been archived by the owner on Jul 29, 2023. It is now read-only.

Disable IndentLine for Terminal Buffers #364

Open
JRavi2 opened this issue Oct 6, 2021 · 1 comment
Open

Disable IndentLine for Terminal Buffers #364

JRavi2 opened this issue Oct 6, 2021 · 1 comment

Comments

@JRavi2
Copy link

JRavi2 commented Oct 6, 2021

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
Copy link

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

autocmd TermOpen * IndentLinesDisable

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants