mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-18 16:06:56 -05:00
tweak(lsp): feature gate flycheck eglot
When flymake is enabled.
This commit is contained in:
@@ -6,7 +6,8 @@
|
||||
(package! eglot :pin "94e2d7460605b62b06695b9bb31b3e92fa876c34")
|
||||
(when (modulep! :completion vertico)
|
||||
(package! consult-eglot :pin "db9d41c9812a5a8a7b9a22fa7f3c314e37584d41"))
|
||||
(when (modulep! :checkers syntax)
|
||||
(when (and (modulep! :checkers syntax)
|
||||
(not (modulep! :checkers syntax +flymake)))
|
||||
(package! flycheck-eglot :pin "9ff8d0068be59b1450964b390349d75a68af21ed")))
|
||||
(package! lsp-mode :pin "db0b3789b1d6a4b788e8cc37f8dbd45e2c592ad7")
|
||||
(package! lsp-ui :pin "295d8984da06a745b0a36c56e28ce915bc389adb")
|
||||
|
Reference in New Issue
Block a user