feat(lsp): add svelte

This commit is contained in:
2026-02-25 00:30:36 +01:00
parent 5f5d31e66a
commit 345e9642fe
3 changed files with 9 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
local lsp = require("lsp")
---@type vim.lsp.Config
return {
on_attach = lsp.on_attach,
}
+1
View File
@@ -86,6 +86,7 @@ function M.setup()
"pyright",
"ruff",
"rust_analyzer",
"svelte",
"zls",
})
+1
View File
@@ -36,6 +36,7 @@ return {
"pyright",
"pyrefly",
"rust-analyzer",
"svelte-language-server",
"zls",
},
},