feat(lsp): add svelte
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
local lsp = require("lsp")
|
||||
|
||||
---@type vim.lsp.Config
|
||||
return {
|
||||
on_attach = lsp.on_attach,
|
||||
}
|
||||
|
||||
@@ -86,6 +86,7 @@ function M.setup()
|
||||
"pyright",
|
||||
"ruff",
|
||||
"rust_analyzer",
|
||||
"svelte",
|
||||
"zls",
|
||||
})
|
||||
|
||||
|
||||
@@ -36,6 +36,7 @@ return {
|
||||
"pyright",
|
||||
"pyrefly",
|
||||
"rust-analyzer",
|
||||
"svelte-language-server",
|
||||
"zls",
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user