Fork me on GitHub
#lsp
<
2021-05-15
>
zugnush04:05:08

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.

practicalli-johnny10:05:14

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

ericdallo14:05:53

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/

zugnush17:05:20

Thanks @U05254DQM I'll look at that. Thanks @UKFSJSM38 that also looks like its going to help a lot to find my way around.