This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-05-14
Channels
- # announcements (13)
- # aws (2)
- # babashka (17)
- # beginners (80)
- # biff (10)
- # cljs-dev (51)
- # cljsrn (6)
- # clojure (42)
- # clojure-australia (9)
- # clojure-boston (2)
- # clojure-europe (17)
- # clojure-sweden (3)
- # clojure-uk (53)
- # clojurescript (44)
- # code-reviews (2)
- # core-async (5)
- # cryogen (3)
- # cursive (32)
- # datahike (1)
- # datomic (11)
- # events (1)
- # fulcro (22)
- # helix (3)
- # honeysql (3)
- # leiningen (4)
- # lsp (30)
- # luminus (13)
- # malli (5)
- # off-topic (115)
- # other-languages (5)
- # pathom (10)
- # polylith (23)
- # re-frame (24)
- # reagent (10)
- # releases (2)
- # shadow-cljs (124)
hey @UGC0NEP4Y clojure-lsp is the server that lsp-mode will run under the hood
and you can install clojure-lsp via multiple ways, via lsp-mode or the ones on this page: https://clojure-lsp.github.io/clojure-lsp/installation/
You may want to take a look at this: https://emacs-lsp.github.io/lsp-mode/tutorials/clojure-guide/
When typing lsp-install-server, it echos: There are no servers with automatic installation
you can try C-u lsp-install-server
that will force to install clojure-lsp if it was already installed
oh, this is related with outdated or bad compiled lsp-mode, I suggest you reinstall it
I don't think there is a elisp way to have that installed, about the issue, maybe ask on https://discord.gg/swuxy5AAgT, I'm not sure what else could be the issue 😕
The issue is due to I set lsp-auto-configure to nil. Dunno how’s related with clojure server setup.
BTW, do you ever encoutnered the error: failed to define function lsp-command-keymap
New release https://github.com/clojure-lsp/clojure-lsp/releases/tag/2021.05.14-15.26.02
• Allow Include non full qualified vars on unused-public-var
exclude filter.
• Improve hover documentation:
- use correct markdown for docstrings c/c @brandon.ringe
- remove unnecessary new lines
- add link to filename location.
• Rollback full text changes on last release and change approach for a temporary fix. https://github.com/clojure-lsp/clojure-lsp/pull/424
- This Should improve performance a lot comparing with previous release. c/c @huxley
Glad to hear it 🙂 I'll still investigate it later and try to know why we had that slow down
@UKFSJSM38 just joking man ❤️