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

File diff suppressed because one or more lines are too long

View file

@ -146,7 +146,8 @@ Conventional Commits!)</li>
with important information</li>
</ul>
<p>None of those are reasons for a Pull Request to be closed, but it will reduce
the number of roundtrips required before we can merge your Pull Request.</p>
the number of "roundtrips", or rather, the back-and-forth required before we can
merge your Pull Request.</p>
<div class="admonition important">
<p class="admonition-title">Important</p>
<p>If you do not agree with the idea of using Microsoft GitHub for contributions,
@ -154,7 +155,7 @@ that is perfectly understandable. Unless you refuse to have your code hosted
on this platform, you may submit <em>patches</em> through e-mail.</p>
<p>You may send your patches to <a href="https://github.com/notashelf">@NotAShelf</a> using
the public e-mail located on the GitHub page. Though, please remember to
adhere to the contributing guidelines strictly as e-mail instroduces a
adhere to the contributing guidelines strictly, as e-mail introduces a
significant overhead to the communication process.</p>
</div>
<h2 id="sec-guidelines">Guidelines</h2>

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>