feat(plugin): set which-key preset to modern

This commit is contained in:
2026-05-23 13:14:32 +02:00
parent 6e24563b45
commit 3ff6d04d29
2 changed files with 10 additions and 1 deletions
+9
View File
@@ -0,0 +1,9 @@
{ ... }:
{
plugins.which-key = {
enable = true;
settings = {
preset = "modern";
};
};
}