-
Notifications
You must be signed in to change notification settings - Fork 90
Emacs
Adam B edited this page Aug 7, 2018
·
14 revisions
It is possible to use the Julia LanguageServer in Emacs using the lsp-mode
and the lsp-julia
packages.
For this to work, you have to have a julia version >= 0.6 in your PATH as well as the LanguageServer
package installed. The LanguageServer
package can be installed by running
julia> Pkg.clone("https://github.com/JuliaEditorSupport/LanguageServer.jl")
Afterwards follow installation instructions from the lsp-julia
README.
-
A fork of
lsp-julia
that adds support for installation via quelpa. It also includes several other general quality-of-life improvements. See commit log and open PRs against originallsp-mode
.