lsp/presets/vala-language-server: init

This commit is contained in:
Snoweuph 2026-04-11 12:35:11 +02:00
commit 78eac1d1c2
No known key found for this signature in database
GPG key ID: BEFC41DA223CEC55
3 changed files with 41 additions and 0 deletions

View file

@ -71,6 +71,8 @@
- Renamed `tsgo` to `typescript-go`.
- Renamed `vala_ls` to `vala-language-server`.
## Changelog {#sec-release-0-9-changelog}
[SecBear](https://github.com/SecBear):
@ -240,6 +242,9 @@
- Added `vim.lsp.presets.<name>` to contain LSP configurations. This allows for
more flexibility in nvf and reuse of LSPs across languages.
- Fix `vim.lsp.presets.vala-language-server` to be wrapped correctly with
`uncrustify`.
- Fix `tressiter` to allow `null` in grammar options, so they can be filtered
out.