fix(zig): correct doctor check
This commit is contained in:
parent
79172239a7
commit
bc58da7c78
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue