2021-07-01 23:42:26 -04:00
|
|
|
-- TODO what is a svelte filetype
|
2021-03-31 07:50:00 -07:00
|
|
|
require'lspconfig'.svelte.setup {
|
|
|
|
cmd = {DATA_PATH .. "/lspinstall/svelte/node_modules/.bin/svelteserver", "--stdio"},
|
|
|
|
on_attach = require'lsp'.common_on_attach
|
|
|
|
}
|