Merge pull request #3291 from gagbo/fix/project-0.3-recipe
Bump :tools lsp
This commit is contained in:
commit
8c94203cc7
1 changed files with 4 additions and 1 deletions
|
@ -2,7 +2,10 @@
|
||||||
;;; tools/lsp/packages.el
|
;;; tools/lsp/packages.el
|
||||||
|
|
||||||
(if (featurep! +eglot)
|
(if (featurep! +eglot)
|
||||||
(package! eglot :pin "ac9239bed5e3bfbf057382d1a75cdfa23f2caddd")
|
(progn
|
||||||
|
(package! eglot :pin "ac9239bed5e3bfbf057382d1a75cdfa23f2caddd")
|
||||||
|
(package! project :recipe (:host github :repo "emacs-straight/project")
|
||||||
|
:pin "da0333a697b18f0a863c1b1523d2fc7991b31174"))
|
||||||
(package! lsp-mode :pin "d5f0410a88edcbcc183f5877a63b4896fd4f9941")
|
(package! lsp-mode :pin "d5f0410a88edcbcc183f5877a63b4896fd4f9941")
|
||||||
(package! lsp-ui :pin "c3e7a3759b52fe0f9c6f0f6668f1d6d88e4f784a")
|
(package! lsp-ui :pin "c3e7a3759b52fe0f9c6f0f6668f1d6d88e4f784a")
|
||||||
(when (featurep! :completion ivy)
|
(when (featurep! :completion ivy)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue