autopairs/nvim-autopairs: lazy-load instead of always loading

This is suggested per the plugin's readme
This commit is contained in:
dish 2026-01-29 12:51:06 -05:00
commit a7718dd214
2 changed files with 8 additions and 8 deletions

View file

@ -142,6 +142,9 @@
- Added [hlargs.nvim](https://github.com/m-demare/hlargs.nvim) support as
`visuals.hlargs-nvim`.
- Lazy-load `nvim-autopairs` plugin when using
`vim.autopairs.nvim-autopairs.enable`
[Machshev](https://github.com/machshev):
- Added `ruff` and `ty` LSP support for Python under `programs.python`.