mattn / vim-lsp-settings

Auto configurations for Language Server for vim-lsp
MIT License
1.26k stars 225 forks source link

Add vtsls globalPlugins for vue/typescript-plugin #750

Closed heavenshell closed 1 month ago

heavenshell commented 1 month ago

Add @vue/typescript-plugin to globalPlugin.

ref https://github.com/yioneko/vtsls/blob/bd2df5a2d45cbc087e4fe285ec7c7396fd96e9cf/packages/service/configuration.schema.json#L1115C6-L1144

@tsukkee It would be very grateful if you could confirm this PR can use with @vue/typescript-plugin 🙏

ref: https://github.com/mattn/vim-lsp-settings/pull/728

tsukkee commented 1 month ago

@heavenshell Sorry for my late reply. I tried to this PR and found volar-server's setting should be also updated. Please check https://github.com/heavenshell/vim-lsp-settings/pull/1 . With this PR I confirm volar-server works fine with vtsls!

mattn commented 1 month ago

Thanks!

tsukkee commented 1 month ago

~~Oh, merged! 😅 I'll close https://github.com/heavenshell/vim-lsp-settings/pull/1 and create new PR directly to mattn:master.~~

Sorry, I found my change is also picked. Thank you very much!