Merge branch 'main' into fix/codecompanion-strategies-to-interactions

This commit is contained in:
Bryce Thorpe 2026-04-06 19:49:24 -07:00 committed by GitHub
commit ffeab27ca1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 105 additions and 0 deletions

View file

@ -220,6 +220,8 @@
- Lazy-load `nvim-autopairs` plugin when using
`vim.autopairs.nvim-autopairs.enable`
- Added support for neovim 0.12's `ui2` feature via `vim.ui.ui2`
[Machshev](https://github.com/machshev):
- Added `ruff` and `ty` LSP support for Python under `programs.python`.