mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-16 12:14:32 +02:00
plugins: wilder-nvim -> wilder
This commit is contained in:
parent
c5150bfcdc
commit
b483c752c2
3 changed files with 14 additions and 5 deletions
|
@ -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;
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue