languages/ts: add vtsls support for vue

This commit is contained in:
sumr 2026-01-07 22:38:57 +01:00
commit f528a7a552
No known key found for this signature in database
2 changed files with 65 additions and 6 deletions

View file

@ -36,3 +36,16 @@
[Libadoxon](https://github.com/Libadoxon):
- `toggleterm` open map now also works when in terminal mode
[sumrdev](https://github.com/sumrdev):
- Added `vtsls` typescript language server with vue integration
- Add with
`nix
vim.languages.ts = {
enable = true;
extraVueSupport = true;
lsp = {
servers = ["vtsls"];
};
};`