Skip to content

Commit 9738505

Browse files
authored
Merge pull request #1421 from itscrystalline/fix-img-clip-dag
utility/img-clip: fix DAG entry to be consistent with its name
2 parents bd23941 + 0b6fe06 commit 9738505

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

docs/manual/release-notes/rl-0.9.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,4 +253,11 @@ https://github.com/gorbit99/codewindow.nvim
253253
- Add Arduino support with [arduino-language-server].
254254
- Add GLSL support with [glsl_analyzer].
255255
256+
[itscrystalline](https://github.com/itscrystalline):
257+
258+
[img-clip.nvim]: https://github.com/hakonharnes/img-clip.nvim
259+
260+
- [img-clip.nvim]'s configuration now has it's own DAG entry, seperate from
261+
image-nvim.
262+
256263
<!-- vim: set textwidth=80: -->

modules/plugins/utility/images/img-clip/config.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ in {
1515
"img-clip"
1616
];
1717

18-
pluginRC.image-nvim = entryAnywhere ''
18+
pluginRC.img-clip = entryAnywhere ''
1919
require("img-clip").setup(${toLuaObject cfg.setupOpts})
2020
'';
2121
};

0 commit comments

Comments
 (0)