Merge branch 'main' into feat/jinja

This commit is contained in:
Ching Pei Yang 2026-01-29 19:28:39 +01:00 committed by GitHub
commit 96de3676e3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
15 changed files with 182 additions and 17 deletions

View file

@ -132,6 +132,9 @@
- Added [sqruff](https://github.com/quarylabs/sqruff) support to `languages.sql`
- Lazy-load `crates.nvim` plugin when using
`vim.languages.rust.extensions.crates-nvim.enable`
- Added [Pyrefly](https://pyrefly.org/) and [zuban](https://zubanls.com/)
support to `languages.python`
@ -152,3 +155,13 @@
- Added [Selenen](https://github.com/kampfkarren/selene) for more diagnostics in
`languages.lua`.
- Added XML syntax highlighting, LSP support and formatting
[vagahbond](https://github.com/vagahbond): [codewindow.nvim]:
https://github.com/gorbit99/codewindow.nvim
- Add [codewindow.nvim] plugin in `vim.assistant.codewindow` with `enable` and
`setupOpts`
<!-- vim: set textwidth=80: -->