10 lines
148 B
Nix
10 lines
148 B
Nix
{
|
|
programs.nixvim.plugins.which-key = {
|
|
enable = true;
|
|
lazyLoad = {
|
|
enable = true;
|
|
settings.event = "VimEnter";
|
|
};
|
|
};
|
|
}
|