svelte-ls.lua 171 B

1234
  1. require'lspconfig'.svelte.setup {
  2. cmd = {DATA_PATH .. "/lspinstall/svelte/node_modules/.bin/svelteserver", "--stdio"},
  3. on_attach = require'lsp'.common_on_attach
  4. }