dmmulroy / ts-error-translator.nvim

MIT License
226 stars 5 forks source link

feat: add `svelte` and `astro` support #26

Closed mehalter closed 5 months ago

mehalter commented 5 months ago

It looks like the svelte language server is running tsserver under the hood so this also works in svelte!

2024-04-04_13:33:18_screenshot

mehalter commented 5 months ago

Investigating Astro language server now as well to see if that can also be added

mehalter commented 5 months ago

Appears so! All of the typescript language servers 🥳

2024-04-04_13:41:13_screenshot

dmmulroy commented 5 months ago

Thanks!