There are lots of changes in Neovim 0.12 and nvim-treesitter. Use this release if you stick to the Treesitter master version.
What's Changed
- fix: match golangci-lint versions that don't start with 'v' by @skoved in #568
- Nvim 0.11 by @ray-x in #566
- bugfix: correct type for gopls by @msvechla in #570
- Fix: github pipeline Gopls test failure by @ray-x in #571
- fix: lazy.nvim setup instructions by @praneeth-ovckd in #572
- fix: use config instead of init for lazy.nvim by @praneeth-ovckd in #574
- fix: do not populate hints if disabled in opts by @praneeth-ovckd in #575
- fix: missing comma in lazy.nvim config in README.md by @gscalise in #577
- feat(highlights.scm): make if err != nil blocks less emphasized by @DanWlker in #581
- docs: fix typo on Govulnckeck by @aristorinjuang in #585
- Add Toggle to If-Err highlight feature by @TheOneWithTheWrench in #584
- fix: resolve double prompt and non-functional gorename fallback by @luizcredidio in #587
- fix: compatibility issue, adapt neovim 0.11.3's nvim-treesitter by @zhangddjs in #588
- Feature: Gopls package symbols supports by @ray-x in #573
- drop extra double quote in hf go snip by @jraby in #594
- Fix
:GoModTidyand probably others by @tigh-latte in #599 - Treesitter main by @ray-x in #592
New Contributors
- @skoved made their first contribution in #568
- @msvechla made their first contribution in #570
- @praneeth-ovckd made their first contribution in #572
- @gscalise made their first contribution in #577
- @aristorinjuang made their first contribution in #585
- @TheOneWithTheWrench made their first contribution in #584
- @luizcredidio made their first contribution in #587
- @zhangddjs made their first contribution in #588
- @jraby made their first contribution in #594
- @tigh-latte made their first contribution in #599
Full Changelog: v0.10.4...v0.11