fix(lsp): nix support

This commit is contained in:
Guz
2024-12-08 19:38:49 -03:00
parent 45729ebf85
commit 1ab580be73

View File

@@ -69,7 +69,12 @@ local lsps = {
["html"] = nil,
["htmx"] = nil,
["jsonls"] = nil,
["nil_ls"] = nil,
["nil_ls"] = {
cmd = { "nil" },
filetypes = { "nix" },
single_file_support = true,
root_dir = nil,
},
["tailwindcss"] = nil,
["templ"] = nil,
["ts_ls"] = nil,