LunarVim/lua/lsp/svelte-ls.lua

6 lines
208 B
Lua
Raw Normal View History

2021-07-02 05:42:26 +02:00
-- 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,
}