11 lines
100 B
Nix
11 lines
100 B
Nix
{
|
|
plugins.wilder = {
|
|
enable = true;
|
|
modes = [
|
|
":"
|
|
"/"
|
|
"?"
|
|
];
|
|
};
|
|
}
|