nix update

main
Zynh Ludwig 2024-06-27 22:27:23 -07:00
parent 203d2f5243
commit 3133e85b0b
2 changed files with 11 additions and 11 deletions

View File

@ -3,6 +3,7 @@ return {
opts = { opts = {
formatters_by_ft = { formatters_by_ft = {
sql = { "sql_formatter" }, sql = { "sql_formatter" },
nix = { "nixpgs_fmt" },
}, },
}, },
} }

View File

@ -6,17 +6,16 @@ return {
opts = { opts = {
-- -@type lspconfig.options -- -@type lspconfig.options
servers = { servers = {
-- pyright will be automatically installed with mason and loaded with lspconfig -- nil_ls = {
nil_ls = { -- mason = false,
mason = false, -- settings = {
settings = { -- ["nil"] = {
["nil"] = { -- formatting = {
formatting = { -- command = { "nixpkgs-fmt" },
command = { "nixpkgs-fmt" }, -- },
}, -- },
}, -- },
}, -- },
},
lua_ls = { lua_ls = {
mason = false, mason = false,
}, },