plugins/wilder-nvim: init + test (#466)

This commit is contained in:
Antonín Říha 2023-07-03 12:04:39 +02:00 committed by GitHub
parent d39103bba5
commit 993cf528b7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 100 additions and 0 deletions

View file

@ -0,0 +1,19 @@
{
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;
};
};
}