fix(zig): correct doctor check

This commit is contained in:
Ellis Kenyo 2023-09-13 10:10:30 +01:00
parent 79172239a7
commit bc58da7c78
No known key found for this signature in database
GPG key ID: 298BE5D997EBAA02

View file

@ -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)