mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-11 13:07:28 -05:00
fix(zig): correct doctor check
This commit is contained in:
@ -12,7 +12,7 @@
|
|||||||
(unless (executable-find "zig")
|
(unless (executable-find "zig")
|
||||||
(warn! "Couldn't find zig binary")
|
(warn! "Couldn't find zig binary")
|
||||||
|
|
||||||
(when (modulep! :editor format)
|
(unless (modulep! :editor format)
|
||||||
(warn! "Formatting will be disabled")))
|
(warn! "Formatting will be disabled")))
|
||||||
|
|
||||||
(when (modulep! +lsp)
|
(when (modulep! +lsp)
|
||||||
|
Reference in New Issue
Block a user