This commit is contained in:
sumr 2026-02-26 15:16:39 -05:00 committed by GitHub
commit fca72f9673
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 58 additions and 6 deletions

View file

@ -91,6 +91,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