Fork me on GitHub
#lsp
<
2023-04-05
>
Noah Bogart19:04:10

I'm doing some work in the https://github.com/clj-commons/kibit repo, and for some reason, clojure-lsp can't figure out that I'm in the kibit/ folder and want it to focus on just that folder. It keeps setting the project root to be the base folder, and then can't find anything.

ericdallo20:04:33

Hum, project-root is something defined in the client (nvim probably for your case)

Noah Bogart20:04:45

I'll look into that