This commit is contained in:
NotAShelf 2026-01-06 12:12:58 +00:00
commit 2f74555678
3 changed files with 19 additions and 11 deletions

View file

@ -108,8 +108,7 @@
<ul><li><a href="#breaking-changes">Breaking changes</a>
<li><a href="#sec-release-0-8-changelog">Changelog</a>
</ul><li><a href="#sec-release-0-9">Release 0.9</a>
<ul><li><a href="#sec-release-0-9-changelog">Changelog</a>
<li><a href="#breaking-changes">Breaking changes</a>
<ul><li><a href="#breaking-changes">Breaking changes</a>
<li><a href="#sec-release-0-9-changelog">Changelog</a>
</li></ul></li>
</ul>
@ -1818,12 +1817,19 @@ attach behavior.</li>
<li>Added gitFiles mapping option to telescope</li>
</ul>
<h1 id="sec-release-0-9">Release 0.9</h1>
<h2 id="sec-release-0-9-changelog">Changelog</h2>
<h2>Breaking changes</h2>
<ul>
<li>Nixpkgs merged a full and incompatible rewrite of vimPlugins.nvim-treesitter.
The changes affected how grammars are built and it caused issues when neovim
attempted to load languages and could not find files in expected locations.</li>
<li>Nixpkgs has merged a fully incompatible rewrite of
<code>vimPlugins.nvim-treesitter</code>. Namely, it changes from the frozen <code>master</code>
branch to the new main branch. This change also affects how grammars are
built, and forces us to change a few things around.
<ul>
<li>We must now use <code>"nvim-treesitter".setup</code> over the old <code>.configs</code>.
Additionally, built grammars <strong>no longer include queries by default</strong>,
therefore queries not managed by nvf will lack their respective syntax
highlighting capabilities.</li>
</ul>
</li>
</ul>
<h2 id="sec-release-0-9-changelog">Changelog</h2>
<p><a href="https://github.com/suimong">suimong</a>:</p>
@ -1833,8 +1839,9 @@ attempted to load languages and could not find files in expected locations.</li>
</ul>
<p><a href="https://github.com/thamenato">thamenato</a>:</p>
<ul>
<li>Attempt to adapt nvim-treesitter to (breaking) Nixpkgs changes. Some treesitte grammars
were changed to prefer <code>grammarPlugins</code> over <code>builtGrammars</code>.</li>
<li>Attempt to adapt nvim-treesitter to (breaking) Nixpkgs changes. Some
treesitter grammars were changed to prefer <code>grammarPlugins</code> over
<code>builtGrammars</code>.</li>
</ul>
<p><a href="https://github.com/jfeo">jfeo</a>:</p>
<ul>