LunarVim/lua/lsp/svelte-ls.lua

6 lines
205 B
Lua
Raw Normal View History

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