Added nix support

This commit is contained in:
2024-04-16 02:50:45 +02:00
parent 5574cc866a
commit 302888261f
2 changed files with 24 additions and 0 deletions

View File

@@ -43,6 +43,7 @@ tools.servers = {
},
taplo = {},
neocmake = {},
nil_ls = {},
}
-- https://github.com/stevearc/conform.nvim
@@ -58,6 +59,7 @@ tools.formatters = require("util.conform").assign_formatters({
lua = { "stylua" },
json = { "jq" },
toml = { "taplo" },
nix = { "nixfmt" },
-- ["*"] = { "codespell" },
["_"] = { "trim_whitespace", "trim_newlines" },
})