blob: b9e8a5f83647d8c2bee6da1eb5375c1bb676ae27 (
plain)
1
2
3
4
5
|
-- 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
}
|