feat: add gleam, lua and nix lsps

This commit is contained in:
2024-12-23 18:45:46 +05:00
parent 52be02482a
commit e12d8722d5
2 changed files with 4 additions and 0 deletions

View File

@@ -59,3 +59,5 @@ lspconfig.pyright.setup {
capabilities = capabilities, capabilities = capabilities,
filetypes = { "python" }, filetypes = { "python" },
} }
lspconfig.gleam.setup({})

View File

@@ -138,6 +138,8 @@ local plugins = {
"ruff", "ruff",
"black", "black",
"debugpy", "debugpy",
"lua-language-server",
"nil",
}, },
}, },
}, },