This commit is contained in:
sumr 2026-02-03 17:46:18 -05:00 committed by GitHub
commit 1a0c10f0f5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 58 additions and 6 deletions

View file

@ -73,6 +73,19 @@
- `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"];
};
};`
[jtliang24](https://github.com/jtliang24):
- Updated nix language plugin to use pkgs.nixfmt instead of