diff --git a/docs/manual/release-notes/rl-0.9.md b/docs/manual/release-notes/rl-0.9.md index cf36de93..82cdeec4 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 guideline +- Add [`blink.indent`](https://github.com/saghen/blink.indent) indent guidline plugin. [Ladas552](https://github.com/Ladas552) @@ -253,11 +253,4 @@ 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, separate from - image-nvim. - diff --git a/modules/plugins/utility/images/img-clip/config.nix b/modules/plugins/utility/images/img-clip/config.nix index 9c23ce23..cadd815f 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.img-clip = entryAnywhere '' + pluginRC.image-nvim = entryAnywhere '' require("img-clip").setup(${toLuaObject cfg.setupOpts}) ''; };