non-Jedi / eglot-jl

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

Default to --startup-file=no for language server process #11

Closed non-Jedi closed 4 years ago

non-Jedi commented 4 years ago

Fixes #10

Users can still override and use a startup-file since eglot-jl-julia-flags is passed as a later flag to the julia binary. This commit also moves eglot-jl-julia-flags to after the --project flag so users can override if necessary.

ffevotte commented 4 years ago

FWIW, I think this is a better option than changing the default value of eglot-jl-julia-flags