dmmulroy / ts-error-translator.nvim

MIT License
226 stars 5 forks source link

feat: add volar support #21

Closed RayGuo-ergou closed 6 months ago

RayGuo-ergou commented 6 months ago

Description

Firstly thank you for doing this amazing plugin, really appreciate.

As a vue developer I use volar takeover mode and disabled tsserver. Meaning that the current config does not allow me to use this plugin with volar

Since volar support typescript server out of the box, the only thing required is to simply add volar to supported_servers.

image

image