mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-02-23 20:12:00 +00:00
Merge pull request #1421 from itscrystalline/fix-img-clip-dag
utility/img-clip: fix DAG entry to be consistent with its name
This commit is contained in:
commit
9738505380
2 changed files with 8 additions and 1 deletions
|
|
@ -253,4 +253,11 @@ https://github.com/gorbit99/codewindow.nvim
|
||||||
- Add Arduino support with [arduino-language-server].
|
- Add Arduino support with [arduino-language-server].
|
||||||
- Add GLSL support with [glsl_analyzer].
|
- 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.
|
||||||
|
|
||||||
<!-- vim: set textwidth=80: -->
|
<!-- vim: set textwidth=80: -->
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,7 @@ in {
|
||||||
"img-clip"
|
"img-clip"
|
||||||
];
|
];
|
||||||
|
|
||||||
pluginRC.image-nvim = entryAnywhere ''
|
pluginRC.img-clip = entryAnywhere ''
|
||||||
require("img-clip").setup(${toLuaObject cfg.setupOpts})
|
require("img-clip").setup(${toLuaObject cfg.setupOpts})
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue