Julia:added LSP and repl buffername uses workspace

This commit is contained in:
AlexLewandowski
2020-04-08 14:33:27 -06:00
parent 439562e526
commit b2368527d3
3 changed files with 81 additions and 1 deletions

View File

@@ -3,3 +3,6 @@
(package! julia-mode :pin "1c122f1dff")
(package! julia-repl :pin "5fa04de4e7")
(when (featurep! +lsp)
(package! lsp-julia :recipe (:host github :repo "non-jedi/lsp-julia") :pin "9f158a2"))