feat: jsonnet

Signed-off-by: jolheiser <git@jolheiser.com>
main
jolheiser 2024-07-22 22:13:19 -05:00
parent 02f89355f9
commit b17e4e2200
No known key found for this signature in database
1 changed files with 8 additions and 0 deletions

View File

@ -193,6 +193,14 @@
args = ["format"];
};
}
{
name = "jsonnet";
auto-format = true;
formatter = {
command = "${jsonnet}/bin/jsonnetfmt";
args = ["-"];
};
}
];
language-server = {
nil.config.nil.nix.flake.autoEvalInputs = true;