plugins: wilder-nvim -> wilder

This commit is contained in:
Gaetan Lepage 2023-10-11 09:01:45 +02:00 committed by Gaétan Lepage
parent c5150bfcdc
commit b483c752c2
3 changed files with 14 additions and 5 deletions

View file

@ -1,19 +0,0 @@
{
empty = {
plugins.wilder-nvim.enable = true;
};
example = {
plugins.wilder-nvim = {
enable = true;
modes = ["/" ":"];
enableCmdlineEnter = false;
wildcharm = "k";
nextKey = "a";
prevKey = "b";
acceptKey = "c";
rejectKey = "d";
acceptCompletionAutoSelect = false;
};
};
}