nix update
This commit is contained in:
parent
203d2f5243
commit
3133e85b0b
2 changed files with 11 additions and 11 deletions
|
@ -3,6 +3,7 @@ return {
|
|||
opts = {
|
||||
formatters_by_ft = {
|
||||
sql = { "sql_formatter" },
|
||||
nix = { "nixpgs_fmt" },
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
@ -6,17 +6,16 @@ return {
|
|||
opts = {
|
||||
-- -@type lspconfig.options
|
||||
servers = {
|
||||
-- pyright will be automatically installed with mason and loaded with lspconfig
|
||||
nil_ls = {
|
||||
mason = false,
|
||||
settings = {
|
||||
["nil"] = {
|
||||
formatting = {
|
||||
command = { "nixpkgs-fmt" },
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
-- nil_ls = {
|
||||
-- mason = false,
|
||||
-- settings = {
|
||||
-- ["nil"] = {
|
||||
-- formatting = {
|
||||
-- command = { "nixpkgs-fmt" },
|
||||
-- },
|
||||
-- },
|
||||
-- },
|
||||
-- },
|
||||
lua_ls = {
|
||||
mason = false,
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue