LunarVim/lua/lsp/svelte-ls.lua
2021-07-09 08:07:25 -04:00

5 lines
208 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,
}