-
How do I disable "Unused label" messages (neovim)? |
Beta Was this translation helpful? Give feedback.
Answered by
firubat
Feb 9, 2024
Replies: 1 comment 4 replies
-
@firubat You can use {
"texlab.diagnostics.ignoredPatterns": ["Unused label"]
} |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
OK so after asking there, the configuration in LazyVim should be:
For me it worked only after restarting neovim.