mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-02 13:24:28 +02:00
plugins: wilder-nvim -> wilder
This commit is contained in:
parent
c5150bfcdc
commit
b483c752c2
3 changed files with 14 additions and 5 deletions
20
tests/test-sources/plugins/utils/wilder.nix
Normal file
20
tests/test-sources/plugins/utils/wilder.nix
Normal file
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
empty = {
|
||||
plugins.wilder.enable = true;
|
||||
};
|
||||
|
||||
example = {
|
||||
plugins.wilder = {
|
||||
enable = true;
|
||||
|
||||
modes = ["/" ":"];
|
||||
enableCmdlineEnter = false;
|
||||
wildcharm = "k";
|
||||
nextKey = "a";
|
||||
prevKey = "b";
|
||||
acceptKey = "c";
|
||||
rejectKey = "d";
|
||||
acceptCompletionAutoSelect = false;
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue