Skip to content
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.

Installation

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.

Alternatives

Clone this wiki locally