utility/img-clip: fix DAG entry to be consistent with its name

This commit is contained in:
crystal :3 2026-02-19 16:01:40 +07:00 committed by itscrystalline
commit 0b6fe06a80
2 changed files with 8 additions and 1 deletions

View file

@ -15,7 +15,7 @@ in {
"img-clip"
];
pluginRC.image-nvim = entryAnywhere ''
pluginRC.img-clip = entryAnywhere ''
require("img-clip").setup(${toLuaObject cfg.setupOpts})
'';
};