Merge branch 'main' into fix-nvim-treesitter

This commit is contained in:
raf 2026-01-05 19:00:34 +03:00 committed by GitHub
commit 7161c8d857
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 150 additions and 37 deletions

View file

@ -15,4 +15,12 @@
[thamenato](https://github.com/thamenato):
- Attempt to adapt nvim-treesitter to (breaking) Nixpkgs changes
- Attempt to adapt nvim-treesitter to (breaking) Nixpkgs changes. Some treesitte grammars
were changed to prefer `grammarPlugins` over `builtGrammars`.
[jfeo](https://github.com/jfeo):
[ccc.nvim]: https://github.com/uga-rosa/ccc.nvim
- Added [ccc.nvim] option {option}`vim.utility.ccc.setupOpts` with the existing
hard-coded options as default values.