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,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user