refactor(lsp): switch to flycheck-eglot package
We no longer need to maintain our own juryrigged version of this functionality.
This commit is contained in:
parent
83a53259fe
commit
25611707ed
3 changed files with 8 additions and 81 deletions
|
@ -5,7 +5,9 @@
|
|||
(progn
|
||||
(package! eglot :pin "e501275e06952889056268dabe08ccd0dbaf23e5")
|
||||
(when (modulep! :completion vertico)
|
||||
(package! consult-eglot :pin "6504ccd2b7555452c61cc24a45965f7e2a37c44d")))
|
||||
(package! consult-eglot :pin "6504ccd2b7555452c61cc24a45965f7e2a37c44d"))
|
||||
(when (modulep! :checkers syntax)
|
||||
(package! flycheck-eglot :pin "9abab011071c93250a894cf2bfeaf30c8e3367a7")))
|
||||
(package! lsp-mode :pin "a655f3600e040f872408da0e9c1b9fe65ca0aad9")
|
||||
(package! lsp-ui :pin "295d8984da06a745b0a36c56e28ce915bc389adb")
|
||||
(when (modulep! :completion ivy)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue