ui/ui2: init

This commit is contained in:
dish 2026-04-05 17:14:51 -04:00
commit 96be4d23a9
5 changed files with 105 additions and 0 deletions

View file

@ -207,6 +207,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`.