lsp

:clojure-lsp: Clojure implementation of the Language Server Protocol: https://clojure-lsp.io/
2020-12-27T14:21:40.076Z

@ericdallo Thanks for your message. Filled a github issue. https://github.com/emacs-lsp/lsp-mode/issues/2445

2020-12-27T14:22:04.076300Z

I wanted to make a docker image, but I am total beginner with containers, so I preferd to described the steps.

ericdallo 2020-12-27T15:20:45.076500Z

It's clear, thank you 🙂

2020-12-27T15:55:43.076700Z

Thanks a lot for the help on github. Now, I need to understand how to run clj-kondo after lsp and show them in the checker and also why file watched ignored does not work.

2020-12-27T15:55:50.076900Z

But I will try to use it as well 🙂

ericdallo 2020-12-27T16:25:06.077100Z

np @neo2551, clojure-lsp already uses clj-kondo for lint, you don't need to use clj-kondo 🙂

2020-12-27T16:25:19.077300Z

oh! So great!

2020-12-27T16:25:29.077500Z

It is ubiqutuous 🙂

1😆
ericdallo 2020-12-27T16:26:09.077700Z

Check clj-kondo here: https://github.com/snoe/clojure-lsp#initializationoptions

2020-12-27T16:32:25.078100Z

Where do you defined this map?

ericdallo 2020-12-27T16:33:32.078300Z

https://github.com/snoe/clojure-lsp#project-settings You can define it on project myproject/.lsp/config.edn or global ~/.lsp/config.edn

2020-12-27T16:36:05.078600Z

I love the global 🙂

2020-12-27T16:36:06.078800Z

Thanks

ericdallo 2020-12-27T19:07:15.079Z

This is my global file if you want as a base 😉 https://github.com/ericdallo/dotfiles/blob/master/.lsp/config.edn

ericdallo 2020-12-27T23:07:04.080800Z

Hey all, we just moved clojure-lsp to a new org clojure-lsp, this should help us for future sponsors and help move to another org in the future 🎉 https://github.com/clojure-lsp/clojure-lsp

7❤️