Replies: 1 comment
-
I wanted to replace alejanda formatter with nixfmt I found it was defined here https://github.com/AstroNvim/astrocommunity/blob/c4903b23b75c0a429ebe02e1d31d1a8316d9691e/lua/astrocommunity/pack/nix/init.lua#L18 so, I forked |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Suppose I have a bunch of formatters available.
null_ls.builtins.diagnostics.cfn_lint
)How do I?
Is it possible to override this at a workspace level?
So that
spectral
is the default for one project, andprettier
is the default for the rest?So
cfn-lint
may be set as the default formatter, but just this once I want to format the file withprettier
.I think I may be asking for a lot but this seems like a common use case, especially if you come from VS Code.
Please let me know what can be done!
Beta Was this translation helpful? Give feedback.
All reactions