fix(zig): correct doctor check

This commit is contained in:
Ellis Kenyo 2023-09-13 10:10:30 +01:00 committed by Yann Esposito (Yogsototh)
parent c300c0a29c
commit e6d1acea57
Signed by untrusted user who does not match committer: yogsototh
GPG key ID: 7B19A4C650D59646

View file

@ -12,7 +12,7 @@
(unless (executable-find "zig")
(warn! "Couldn't find zig binary")
(when (modulep! :editor format)
(unless (modulep! :editor format)
(warn! "Formatting will be disabled")))
(when (modulep! +lsp)