Remove default installation of lsp-julia

This commit is contained in:
AlexLewandowski
2020-04-08 14:52:45 -06:00
parent b2368527d3
commit 9568023b83
2 changed files with 17 additions and 6 deletions

View File

@@ -3,6 +3,3 @@
(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"))