svelte-ls.lua 208 B

12345
  1. -- TODO what is a svelte filetype
  2. require("lspconfig").svelte.setup {
  3. cmd = { DATA_PATH .. "/lspinstall/svelte/node_modules/.bin/svelteserver", "--stdio" },
  4. on_attach = require("lsp").common_on_attach,
  5. }