yazi: plugin names should be in kebab case (test)
Co-authored-by: 三咲雅 · Misaki Masa <sxyazi@gmail.com>
This commit is contained in:
parent
340b98c0ab
commit
09bc5c5949
|
@ -71,8 +71,8 @@
|
||||||
};
|
};
|
||||||
initLua = ./init.lua;
|
initLua = ./init.lua;
|
||||||
plugins = {
|
plugins = {
|
||||||
"test.yazi" = ./plugin;
|
"test" = ./plugin;
|
||||||
"anotherTest" = ./plugin;
|
"another-test" = ./plugin;
|
||||||
};
|
};
|
||||||
flavors = { "test.yazi" = ./flavor; };
|
flavors = { "test.yazi" = ./flavor; };
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue