parent
87e48cbc90
commit
6584aa866f
1 changed files with 6 additions and 1 deletions
|
@ -74,7 +74,12 @@
|
|||
:unless (featurep! :tools lsp +eglot)
|
||||
:after lsp-mode
|
||||
:preface
|
||||
(setq lsp-julia-default-environment "~/.julia/environments/v1.0"))
|
||||
(setq lsp-julia-default-environment "~/.julia/environments/v1.0")
|
||||
:config
|
||||
;; See non-Jedi/lsp-julia#35
|
||||
(setq-hook! 'julia-mode-hook
|
||||
lsp-enable-folding t
|
||||
lsp-folding-range-limit 100))
|
||||
|
||||
|
||||
(use-package! eglot-jl
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue