doomemacs/modules/lang/julia/README.org
2020-04-08 14:34:04 -06:00

1.6 KiB

lang/julia

Description

Adds Julia support to Doom Emacs

  • Syntax highlighting and latex symbols from julia-mode
  • REPL integration from julia-repl
  • Code completion and syntax checking, requires :tools lsp and +lsp

Module Flags

  • +lsp Language Server Protocol support

Plugins

Prerequisites

This module has no direct prerequisites.

Features

Language Server

lsp-julia comes with an installation of LanguageServer.jl currently compatible with Julia v1.0.5 (current LTS) and Julia v1.3.

Configuration

lsp-julia requires a variable be set for the Julia environment. This is set to v1.0 by default.

;; ~/.doom.d/config.el
(setq lsp-julia-default-environment "~/.julia/environments/v1.0")

If you would like to use your own installation of LanguageServer.jl, put the following in your personal config.el.

;; ~/.doom.d/config.el
(setq lsp-julia-package-dir nil)