This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-06-14
Channels
- # babashka (43)
- # beginners (47)
- # biff (1)
- # calva (16)
- # cider (7)
- # clerk (6)
- # clj-kondo (39)
- # cljdoc (49)
- # clojure (29)
- # clojure-brasil (1)
- # clojure-europe (93)
- # clojure-losangeles (1)
- # clojure-norway (34)
- # conjure (7)
- # datalevin (8)
- # events (1)
- # gratitude (3)
- # honeysql (6)
- # hyperfiddle (2)
- # introduce-yourself (1)
- # javascript (1)
- # jobs-discuss (9)
- # lsp (3)
- # malli (10)
- # off-topic (8)
- # pedestal (3)
- # rewrite-clj (2)
- # shadow-cljs (17)
- # sql (33)
- # vim (1)
- # xtdb (31)
Any LunarVim users know a quick way to turn off lsp diagnostic messages within the Conjure repl output buffer?
I have this in my ~/.config/clj-kondo/config.edn
:
{:output {:exclude-files ["conjure.log..*.cljc"]}}

This is how I do it: https://github.com/daveyarwood/dotfiles/blob/e165b8d31571ae2c535ac9eaedaacfcc052c7e01/vim/custom/500-plugins-config.vim#L174-L178

(This is assuming that LunarVim uses Neovim's built-in LSP client, which I'm not sure if it does)
global config file worked great - thanks !