How to disable errors and warnings in the sign column? #380
Answered
by
VonHeikemen
andrewgopher
asked this question in
Q&A
-
Hello, The title is self-explanatory. Note that I don't want to disable the sign column because I also use git gutter. Any help would be appreciated. |
Beta Was this translation helpful? Give feedback.
Answered by
VonHeikemen
Mar 10, 2024
Replies: 1 comment
-
You can disable them using vim.diagnostic.config({
signs = false
}) |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
andrewgopher
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can disable them using
vim.diagnostic.config
.