bump: :tools lsp
emacs-lsp/lsp-mode@c228bce435 -> emacs-lsp/lsp-mode@f49ea4e365 joaotavora/eglot@2c0f262c24 -> joaotavora/eglot@dade5a1487 - lsp-mode now properly installs kotlin-language-server from the correct URL (#5984). Fix: #5984 Ref: emacs-lsp/lsp-mode#3315
This commit is contained in:
parent
86034131c4
commit
29536a22f0
1 changed files with 2 additions and 2 deletions
|
@ -3,10 +3,10 @@
|
|||
|
||||
(if (featurep! +eglot)
|
||||
(progn
|
||||
(package! eglot :pin "2c0f262c240222e42e3ec914307b9690354bb3a3")
|
||||
(package! eglot :pin "dade5a148712463a15b7ac65f779e25596a3eefc")
|
||||
(when (featurep! :completion vertico)
|
||||
(package! consult-eglot :pin "f93c571dc392a8b11d35541bffde30bd9f411d30")))
|
||||
(package! lsp-mode :pin "c228bce435b9fb4b1f4d1bb89b99fd5315df15a9")
|
||||
(package! lsp-mode :pin "f49ea4e36528a23ae988b136d1b1e9a5f8651f04")
|
||||
(package! lsp-ui :pin "21ce926eedd41ef305c2d89412506ce59b1a7eac")
|
||||
(when (featurep! :completion ivy)
|
||||
(package! lsp-ivy :pin "3e87441a625d65ced5a208a0b0442d573596ffa3"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue