lsp

:clojure-lsp: Clojure implementation of the Language Server Protocol: https://clojure-lsp.io/
zugnush 2021-05-15T04:58:08.210100Z

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-john 2021-05-15T10:33:14.210300Z

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

ericdallo 2021-05-15T14:34:53.210700Z

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/

zugnush 2021-05-15T17:22:20.211Z

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