LunarVim/lua/lsp/svelte-ls.lua

5 lines
209 B
Lua

-- TODO: what is a svelte filetype
require("lspconfig").svelte.setup {
cmd = { DATA_PATH .. "/lspinstall/svelte/node_modules/.bin/svelteserver", "--stdio" },
on_attach = require("lsp").common_on_attach,
}