mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-24 04:35:08 +02:00
plugins/wilder-nvim: init + test (#466)
This commit is contained in:
parent
d39103bba5
commit
993cf528b7
3 changed files with 100 additions and 0 deletions
19
tests/test-sources/plugins/utils/wilder-nvim.nix
Normal file
19
tests/test-sources/plugins/utils/wilder-nvim.nix
Normal 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;
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue