LunarVim/lua/lsp/svelte-ls.lua
2021-07-01 23:42:26 -04:00

5 lines
205 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
}