chore: nix conform

This commit is contained in:
2025-01-25 00:20:23 +00:00
parent 5c95d29a74
commit 7d09ff1adf
2 changed files with 2 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
{ {
"conform.nvim": { "branch": "master", "commit": "f8d743ce333bedc47821de2cd4d23c43856ecbe5" }, "conform.nvim": { "branch": "master", "commit": "657c489a06a661df4e113b08f29ddae12a85ac28" },
"fidget.nvim": { "branch": "main", "commit": "a0abbf18084b77d28bc70e24752e4f4fd54aea17" }, "fidget.nvim": { "branch": "main", "commit": "a0abbf18084b77d28bc70e24752e4f4fd54aea17" },
"lazy.nvim": { "branch": "main", "commit": "d8f26efd456190241afd1b0f5235fe6fdba13d4a" }, "lazy.nvim": { "branch": "main", "commit": "d8f26efd456190241afd1b0f5235fe6fdba13d4a" },
"mason-lspconfig.nvim": { "branch": "main", "commit": "e942edf5c85b6a2ab74059ea566cac5b3e1514a4" }, "mason-lspconfig.nvim": { "branch": "main", "commit": "e942edf5c85b6a2ab74059ea566cac5b3e1514a4" },

View File

@@ -9,6 +9,7 @@ return {
typescript = { "prettier" }, typescript = { "prettier" },
json = { "prettier" }, json = { "prettier" },
tsx = { "prettier" }, tsx = { "prettier" },
nix = { "nixfmt" },
}, },
format_on_save = { format_on_save = {
-- These options will be passed to conform.format() -- These options will be passed to conform.format()