Releases: non-Jedi/eglot-jl
Releases · non-Jedi/eglot-jl
v2.2.1: Check for empty depot path string
Closes #24. Emacs always passes a depot path to the julia script, but when it's an empty string that indicates that the depot path elisp variable is not set. This will allow users to set their own JULIA_DEPOT_PATH without having to configure eglot-jl.
v2.1.2
Version 2.1.1
Version 2.1.0
Added
eglot-jl-language-server-projectvariable allowing to customize the Julia environment in which LanguageServer and SymbolServer are found (#13)
Changed
- updated
LanguageServerandSymbolServerto their latest versions.