fix(zig): correct doctor check

This commit is contained in:
Ellis Kenyo
2023-09-13 10:10:30 +01:00
parent 79172239a7
commit bc58da7c78

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)