-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change default formatter for any language #2362
Comments
This needs a bit of design because currently auto-formatting is only done through the language server. We can't just add a configuration for a formatter binary because it would fight with the language server for any language that has a formatter binary and LSP format. This probably depends on #1125 |
Could we disable the formatting request if a binary is defined for formatting? |
Yes I think |
This would be great for using |
As a workaround, to manually run an external program to reformat the currently-open file in Helix:
|
I think that what we can do is:
|
Idea
Adding an option like this:
Why ?
Because, for example, whe CAN'T format any Zig code with ZLS (just an example 😡)
The text was updated successfully, but these errors were encountered: