mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
fix(csharp): s/dotnet-csharpier/csharpier
For both the formatter command and the doctor check. Fix: #8386
This commit is contained in:
@ -11,5 +11,5 @@
|
||||
"This module requires (:tools tree-sitter)")
|
||||
|
||||
(when (modulep! :editor format)
|
||||
(unless (executable-find "dotnet-csharpier")
|
||||
(unless (executable-find "csharpier")
|
||||
(warn! "csharpier is not installed, formatting will be disabled.")))
|
||||
|
Reference in New Issue
Block a user