From 0b6fe06a80f5884ea733a860ac939c44b80482bf Mon Sep 17 00:00:00 2001 From: "crystal :3" <62128640+itscrystalline@users.noreply.github.com> Date: Thu, 19 Feb 2026 16:01:40 +0700 Subject: [PATCH 1/2] utility/img-clip: fix DAG entry to be consistent with its name --- docs/manual/release-notes/rl-0.9.md | 7 +++++++ modules/plugins/utility/images/img-clip/config.nix | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/manual/release-notes/rl-0.9.md b/docs/manual/release-notes/rl-0.9.md index 82cdeec4..df729301 100644 --- a/docs/manual/release-notes/rl-0.9.md +++ b/docs/manual/release-notes/rl-0.9.md @@ -253,4 +253,11 @@ https://github.com/gorbit99/codewindow.nvim - Add Arduino support with [arduino-language-server]. - Add GLSL support with [glsl_analyzer]. +[itscrystalline](https://github.com/itscrystalline): + +[img-clip.nvim]: https://github.com/hakonharnes/img-clip.nvim + +- [img-clip.nvim]'s configuration now has it's own DAG entry, seperate from + image-nvim. + diff --git a/modules/plugins/utility/images/img-clip/config.nix b/modules/plugins/utility/images/img-clip/config.nix index cadd815f..9c23ce23 100644 --- a/modules/plugins/utility/images/img-clip/config.nix +++ b/modules/plugins/utility/images/img-clip/config.nix @@ -15,7 +15,7 @@ in { "img-clip" ]; - pluginRC.image-nvim = entryAnywhere '' + pluginRC.img-clip = entryAnywhere '' require("img-clip").setup(${toLuaObject cfg.setupOpts}) ''; }; From cc76be2ab6ffb8395869918ff3528f0c57960a8a Mon Sep 17 00:00:00 2001 From: NotAShelf Date: Thu, 19 Feb 2026 12:49:17 +0300 Subject: [PATCH 2/2] docs: fix typos in 0.9 release notes Signed-off-by: NotAShelf Change-Id: Idf8fbb2f7000c32ad97a68bc77b9d3726a6a6964 --- docs/manual/release-notes/rl-0.9.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/manual/release-notes/rl-0.9.md b/docs/manual/release-notes/rl-0.9.md index df729301..cf36de93 100644 --- a/docs/manual/release-notes/rl-0.9.md +++ b/docs/manual/release-notes/rl-0.9.md @@ -232,7 +232,7 @@ https://github.com/gorbit99/codewindow.nvim - Added [`grug-far.nvim`](https://github.com/MagicDuck/grug-far.nvim) the find and replace tool for neovim. - Fix lsp `client.supports_method` deprecation warning in nvim v0.12. -- Add [`blink.indent`](https://github.com/saghen/blink.indent) indent guidline +- Add [`blink.indent`](https://github.com/saghen/blink.indent) indent guideline plugin. [Ladas552](https://github.com/Ladas552) @@ -257,7 +257,7 @@ https://github.com/gorbit99/codewindow.nvim [img-clip.nvim]: https://github.com/hakonharnes/img-clip.nvim -- [img-clip.nvim]'s configuration now has it's own DAG entry, seperate from +- [img-clip.nvim]'s configuration now has it's own DAG entry, separate from image-nvim.