12 lines
156 B
Nix
12 lines
156 B
Nix
{ ... }:
|
|
|
|
{
|
|
programs.nixvim.plugins.which-key = {
|
|
enable = true;
|
|
lazyLoad.settings.event = [
|
|
"BufReadPost"
|
|
"BufNewFile"
|
|
];
|
|
};
|
|
}
|