sublimelsp / LSP-vue

Vue support for Sublime's LSP plugin
MIT License
29 stars 3 forks source link

vue 3 volar support ? #117

Closed productdevbook closed 2 years ago

rwols commented 2 years ago

See https://github.com/sublimelsp/LSP-volar

rchl commented 2 years ago

It supports Vue 3 but I guess you mean the <script setup> which has its own issue.

Since we rely on vetur here, we just have to wait until it's implemented there. Nothing we can do here.

rchl commented 2 years ago

I really want to rename this to LSP-vetur now :)