added csharp dev stuff :3
This commit is contained in:
parent
bc5980e5db
commit
56bb68002f
4 changed files with 19 additions and 0 deletions
|
|
@ -71,6 +71,7 @@ return {
|
|||
return formatters
|
||||
end)(),
|
||||
haskell = nixCats("lang.haskell.format") and { "ormolu" } or nil,
|
||||
csharp = nixCats("lang.csharp.format") and { "csharpier" } or nil,
|
||||
proto = nixCats("lang.protobuf.format") and { "buf" } or nil,
|
||||
toml = nixCats("lang.toml.format") and { "taplo" } or nil,
|
||||
sql = nixCats("lang.sql.format") and { "sqlfluff" } or nil,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue