8 lines
109 B
Nix
8 lines
109 B
Nix
{
|
|
plugins = {
|
|
which-key = {
|
|
enable = true;
|
|
settings = { preset = "helix"; };
|
|
};
|
|
};
|
|
}
|