How to disable linting for Iced buffer/stdout #404
formsandlines
started this conversation in
Show and tell
Replies: 1 comment 1 reply
-
@formsandlines Great! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I just wanted to share a code snippet for nvim config that might help some people who would also like to disable the unhelpful, annoying linting in the Iced buffer/stdout.
It was originally suggested by @liquidz in this issue comment for vim-lsp (which I don’t use and thus cannot verify, but surely it’ll work):
I have adapted it to Ale (using clj-kondo) like this:
And to CoC (to use with clojure-lsp, which integrates clj-kondo) like this:
Beta Was this translation helpful? Give feedback.
All reactions