This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-05-15
Channels
- # announcements (17)
- # babashka (16)
- # beginners (17)
- # biff (13)
- # cider (63)
- # cljsrn (8)
- # clojure (34)
- # clojure-europe (12)
- # clojure-germany (4)
- # clojure-nl (2)
- # clojure-spec (17)
- # clojure-uk (2)
- # clojurescript (51)
- # code-reviews (1)
- # conjure (15)
- # cursive (16)
- # datomic (10)
- # emacs (4)
- # fulcro (13)
- # graalvm (4)
- # helix (3)
- # introduce-yourself (7)
- # kaocha (2)
- # lsp (4)
- # music (2)
- # off-topic (11)
- # re-frame (2)
- # reagent (3)
- # releases (1)
- # remote-jobs (1)
- # shadow-cljs (21)
- # spacemacs (4)
- # sql (1)
- # vim (2)
has anyone seen a detailed guide on how spacemacs works with lsp-mode and clojure-lsp, i'm pretty wedded to evil style so I'd like run spacemacs config if possible, but what I have running now is way too in my face wrt popups.
I saw "Please note that Emacs configuration frameworks such as Spacemacs or Doom Emacs often ship with lsp-mode
settings of their own; should you be using such a framework, and find that lsp-mode
doesn't behave as intended, please make sure to follow this tutorial from a clean starting point." on https://emacs-lsp.github.io/lsp-mode/tutorials/clojure-guide/ . I must be needy but I don't know how you get spacemacs back to a clean starting point wrt lsp-mode even if I wanted to take that route.
I have been evolving a guide on using LSP with Spacemacs, which is quite minimal in terms of UI https://practicalli.github.io/spacemacs/install-spacemacs/clojure-lsp/configure-lsp-and-cider.html
I'd suggest that guide as a starting point ☝️ then you can decide what to enable and what to not enable following this: https://emacs-lsp.github.io/lsp-mode/tutorials/how-to-turn-off/
Thanks @U05254DQM I'll look at that. Thanks @UKFSJSM38 that also looks like its going to help a lot to find my way around.