From ecaf7d2535409f0c9d138cf4c92971c5566e17ec Mon Sep 17 00:00:00 2001 From: Dimitri Lozeve Date: Mon, 16 Jan 2023 16:53:56 +0100 Subject: [PATCH] Add LSP config for Julia --- init.el | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/init.el b/init.el index 7f39278..8bbf2d4 100644 --- a/init.el +++ b/init.el @@ -397,6 +397,11 @@ :config (julia-repl-set-terminal-backend 'vterm)) +(use-package lsp-julia + :straight t + :config + (setq lsp-julia-default-environment "~/.julia/environments/v1.8")) + (use-package ess :straight t)