docs(haskell): add lsp predicate to format check
So that if someone follows the advice of the warning, it will then go away
This commit is contained in:
parent
94c38f289c
commit
3341270781
1 changed files with 2 additions and 1 deletions
|
@ -17,8 +17,9 @@
|
|||
Install it or enable +lsp."))
|
||||
|
||||
(when (and (featurep! :editor format)
|
||||
(not (featurep! +lsp))
|
||||
(not (executable-find "brittany")))
|
||||
(warn! "Couldn't find brittany. Code formatting will not work.
|
||||
(warn! "Couldn't find brittany. Code formatting will not work.
|
||||
Install it or enable +lsp."))
|
||||
|
||||
(when (and (featurep! +lsp)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue