non-Jedi / eglot-jl

Wrapper for using Julia LanguageServer.jl with emacs eglot
Creative Commons Zero v1.0 Universal
61 stars 11 forks source link

Managing several Julia versions #17

Closed mkschleg closed 3 years ago

mkschleg commented 4 years ago

Is there a way for me to target specific julia versions (i.e. pointing to different executables say in the local directory variables)? For instance, some of my projects require Julia 1.3 and some require 1.4 (to be compatible w/ an environment I have no control over), but I also want to play with 1.5 in some personal projects.

Any pointers for where to put this for a pull request if not?

non-Jedi commented 4 years ago

Does customizing eglot-jl-julia-command not work for your use-case?