This commit is contained in:
NotAShelf 2026-03-19 13:50:08 +00:00
commit a6fb3f7dd9
42 changed files with 61 additions and 170841 deletions

View file

@ -1895,7 +1895,7 @@ avoid pnpm hook failures in sandboxed builds.</li>
importing a <code>nixosModule</code> into a Darwin flake were less than ideal, and when
users fork and update npins, they are prone to encountering errors like the
following:</p>
<pre class="highlight"><code class="language-shell"><span style="color:rgb(132,139,152);">(</span><span style="color:rgb(97,175,239);">class:</span>&nbsp;<span style="color:rgb(152,195,121);">"nixos"</span><span style="color:rgb(132,139,152);">)</span>&nbsp;<span style="color:rgb(97,175,239);">cannot</span>&nbsp;<span style="color:rgb(232,102,113);">be</span>&nbsp;<span style="color:rgb(232,102,113);">imported</span>&nbsp;<span style="color:rgb(232,102,113);">into</span>&nbsp;<span style="color:rgb(232,102,113);">a</span>&nbsp;<span style="color:rgb(232,102,113);">module</span>&nbsp;<br><span style="color:rgb(97,175,239);">evaluation</span>&nbsp;<span style="color:rgb(232,102,113);">that</span>&nbsp;<span style="color:rgb(232,102,113);">expects</span>&nbsp;<span style="color:rgb(232,102,113);">class</span>&nbsp;<span style="color:rgb(152,195,121);">"darwin"</span><span style="color:rgb(232,102,113);">.</span><br></code></pre>
<pre class="highlight"><code class="language-shell"><span style="color:rgb(132,139,152);">(</span><span style="color:rgb(97,175,239);">class:</span>&nbsp;<span style="color:rgb(152,195,121);">"nixos"</span><span style="color:rgb(132,139,152);">)</span>&nbsp;<span style="color:rgb(97,175,239);">cannot</span>&nbsp;<span style="color:rgb(232,102,113);">be</span>&nbsp;<span style="color:rgb(232,102,113);">imported</span>&nbsp;<span style="color:rgb(232,102,113);">into</span>&nbsp;<span style="color:rgb(232,102,113);">a</span>&nbsp;<span style="color:rgb(232,102,113);">module</span><br><span style="color:rgb(97,175,239);">evaluation</span>&nbsp;<span style="color:rgb(232,102,113);">that</span>&nbsp;<span style="color:rgb(232,102,113);">expects</span>&nbsp;<span style="color:rgb(232,102,113);">class</span>&nbsp;<span style="color:rgb(152,195,121);">"darwin"</span><span style="color:rgb(232,102,113);">.</span><br></code></pre>
</li>
</ul>
<p><a href="https://github.com/suimong">suimong</a>:</p>
@ -1951,15 +1951,23 @@ pkgs.nixfmt-rfc-style</li>
<li>Upgrade <a href="https://github.com/obsidian-nvim/obsidian.nvim">obsidian.nvim</a> to use a maintained fork, instead of the unmaintained
upstream.
<ul>
<li>Various upstream improvements:
<li>
<p>Various upstream improvements:</p>
<ul>
<li>Support <a href="https://github.com/saghen/blink.cmp">blink.cmp</a> and completion plugin autodetection.</li>
<li>Support various pickers for prompts, including <a href="https://github.com/folke/snacks.nvim">snacks.nvim</a>'s
<li>
<p>Support <a href="https://github.com/saghen/blink.cmp">blink.cmp</a> and completion plugin autodetection.</p>
</li>
<li>
<p>Support various pickers for prompts, including <a href="https://github.com/folke/snacks.nvim">snacks.nvim</a>'s
<code>snacks.picker</code>, <a href="https://nvim-mini.org/mini.nvim/">mini.nvim</a>'s <code>mini.pick</code>, <a href="https://github.com/nvim-telescope/telescope.nvim">telescope.nvim</a>, and
<a href="https://github.com/ibhagwan/fzf-lua">fzf-lua</a>.</li>
<li>Merge commands like <code>ObsidianBacklinks</code> into <code>Obisidian backlinks</code>. The
old format is still supported by default.</li>
<li>Some <code>setupOpts</code> options have changed:
<a href="https://github.com/ibhagwan/fzf-lua">fzf-lua</a>.</p>
</li>
<li>
<p>Merge commands like <code>ObsidianBacklinks</code> into <code>Obisidian backlinks</code>. The
old format is still supported by default.</p>
</li>
<li>
<p>Some <code>setupOpts</code> options have changed:</p>
<ul>
<li>
<p><code>disable_frontmatter</code> -&gt; <code>frontmatter.enabled</code> (and inverted), still
@ -1988,17 +1996,27 @@ managed by <code>vim.keymaps</code> in nvf, instead of <code>mappings</code> opt
</li>
</ul>
</li>
<li>And more.</li>
<li>
<p>And more.</p>
</li>
</ul>
</li>
<li>Automatically configure an enabled picker in the order mentioned above, if
any are enabled.</li>
<li>Add integration with <code>snacks.image</code> for rendering workspace/vault assets.</li>
<li>Detect if <a href="https://github.com/MeanderingProgrammer/render-markdown.nvim">render-markdown.nvim</a> or <a href="https://github.com/OXY2DEV/markview.nvim">markview.nvim</a> are enabled and disable
<li>
<p>Automatically configure an enabled picker in the order mentioned above, if
any are enabled.</p>
</li>
<li>
<p>Add integration with <code>snacks.image</code> for rendering workspace/vault assets.</p>
</li>
<li>
<p>Detect if <a href="https://github.com/MeanderingProgrammer/render-markdown.nvim">render-markdown.nvim</a> or <a href="https://github.com/OXY2DEV/markview.nvim">markview.nvim</a> are enabled and disable
the <code>ui</code> module if so. It should work without this, but <code>render-markdown</code>'s
<code class="command">:healthcheck</code> doesn't know that.</li>
<li>Remove <a href="https://github.com/folke/which-key.nvim">which-key.nvim</a> <code>&lt;leader&gt;o</code> <code>+Notes</code> description which did not
actually correspond to any keybinds.</li>
<code class="command">:healthcheck</code> doesn't know that.</p>
</li>
<li>
<p>Remove <a href="https://github.com/folke/which-key.nvim">which-key.nvim</a> <code>&lt;leader&gt;o</code> <code>+Notes</code> description which did not
actually correspond to any keybinds.</p>
</li>
</ul>
</li>
</ul>
@ -2164,6 +2182,10 @@ image-nvim.</li>
<ul>
<li>Fix <code>vim.formatter.conform-nvim.setupOpts.formatters</code> type for correct merging</li>
</ul>
<p><a href="https://github.com/tlvince">tlvince</a>:</p>
<ul>
<li>Added configuration option for <code>foldenable</code></li>
</ul>
<!-- vim: set textwidth=80: -->
</body></html></main>
</div>