spacemacs

Spacemacs docs: http://develop.spacemacs.org/doc/DOCUMENTATION.html http://develop.spacemacs.org/layers/+lang/clojure/README.html https://practicalli.github.io/spacemacs/
practicalli-john 2020-04-12T00:25:49.231400Z

@posobin smartparens is available for all modes, but smartparens is not set to strict mode by default, which provides structural editing. Set this in the . spacemacs file https://practicalli.github.io/spacemacs/install-spacemacs/smartparens.html The Clojure layer includes evil-clever-parens package, which can be toggled with , T s or set in the .spacemacs file. https://practicalli.github.io/spacemacs/install-spacemacs/evil-structural-editing.html

practicalli-john 2020-04-12T09:27:24.231700Z

Ah, yes. I tried the spacemacs-base distribution once, I was completely lost as most of the packages I rely on were not there.

Gleb Posobin 2020-04-12T02:56:28.231500Z

Yeah, as I said in spacemacs gitter, smartparens wasn't being enabled anywhere, even with strict mode on, I had to change spacemacs-distribution to spacemacs from spacemacs-base.

niveauverleih 2020-04-12T22:32:08.235600Z

Coming back to my question from several days ago, I managed to get clj-kondo lsp server working in spacemacs, cfr attached files

niveauverleih 2020-04-12T22:32:31.235900Z

niveauverleih 2020-04-12T22:36:59.240900Z

One can get the list of warnings by pressing SPC e l (thanks @jr0cket). I haven't figured out yet how to get the little symbols on the left hand side of the code that indicate errors or warnings on that line of code.