This commit is contained in:
NotAShelf 2026-01-07 06:20:00 +00:00
commit 188718c1a1
55 changed files with 7 additions and 223283 deletions

View file

@ -1821,15 +1821,8 @@ attach behavior.</li>
<ul>
<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>
branch to the new main branch. This change removes incremental selections, so
it is no longer available.</li>
</ul>
<h2 id="sec-release-0-9-changelog">Changelog</h2>
<p><a href="https://github.com/suimong">suimong</a>:</p>