1
0
mirror of https://github.com/nix-community/home-manager synced 2024-07-07 22:03:27 +02:00

yazi: plugin names should be in kebab case (test)

Co-authored-by: 三咲雅 · Misaki Masa <sxyazi@gmail.com>
This commit is contained in:
Didn't read the style guide 2024-06-04 00:56:08 +02:00 committed by Robert Helgesson
parent 340b98c0ab
commit 09bc5c5949
No known key found for this signature in database
GPG Key ID: 96E745BD17AA17ED

View File

@ -71,8 +71,8 @@
};
initLua = ./init.lua;
plugins = {
"test.yazi" = ./plugin;
"anotherTest" = ./plugin;
"test" = ./plugin;
"another-test" = ./plugin;
};
flavors = { "test.yazi" = ./flavor; };
};