mattn / vim-lsp-settings

Auto configurations for Language Server for vim-lsp
MIT License
1.27k stars 229 forks source link

Allow volar-server to handle typescript files #668

Closed flo-at closed 1 year ago

flo-at commented 1 year ago

volar-server offers to handle ts files which makes *.vue imports work without the TypeScript Vue Plugin. See: https://vuejs.org/guide/typescript/overview.html#volar-takeover-mode

mattn commented 1 year ago

Thank you