Fork me on GitHub
#conjure
<
2023-06-14
>
Ted Ciafardini13:06:01

Any LunarVim users know a quick way to turn off lsp diagnostic messages within the Conjure repl output buffer?

Dmytro Bunin14:06:15

I have this in my ~/.config/clj-kondo/config.edn :

{:output {:exclude-files ["conjure.log..*.cljc"]}}

gratitude 2
dave16:06:29

(This is assuming that LunarVim uses Neovim's built-in LSP client, which I'm not sure if it does)

Ted Ciafardini17:06:20

global config file worked great - thanks !