Skip to content

Add Julia LSP setting

Frederik Banning requested to merge laubblaeser/kate:master into master

Ahoy,

this PR adds a simple configuration for Julia LSP.

If the user manages their Julia installation via Juliaup or some other tool, it is necessary to add the following line to the configuration:

"path": ["%{ENV:HOME}/.juliaup/bin/"]

I have not included it in the default LSP setting because it would assume too much about the userspace. Can this be properly documented somewhere?

Hope this can get merged without any issues. Happy to incorporate additional suggestions.

Merge request reports