LunarVim.LunarVim/lua/lsp/svelte-ls.lua

6 lines
209 B
Lua
Raw Normal View History

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