LunarVim/lua/lsp/svelte-ls.lua

6 lines
209 B
Lua
Raw Normal View History

-- TODO: what is a svelte filetype
2021-07-09 14:07:25 +02:00
require("lspconfig").svelte.setup {
cmd = { DATA_PATH .. "/lspinstall/svelte/node_modules/.bin/svelteserver", "--stdio" },
on_attach = require("lsp").common_on_attach,
}