Fork me on GitHub
#practicalli
<
2023-03-18
>
practicalli-johnny18:03:23

I noticed that the Practicalli Clojure LSP config was preventing Emacs from showing the documentation (docstrings) for clojure.core functions and other libraries added as dependencies. Only docstrings from the function definitions in the project were showing (for both Spacemacs and Doom Emacs) It seems there were some older config key/values in the config.edn file, so I have completely rewritten that file. I took the example settings file and added the Practicalli modifications (and some docs) to recreate the desired configuration. This time however, I have commented all configurations where I do not change from the default value, making the config.edn more resilient to change. https://github.com/practicalli/clojure-lsp-config/issues/1 This issue is now fixed with the latest commit to https://github.com/practicalli/clojure-lsp-config/