Files
nixos-config/modules/home-manager/nixvim/plugins/which-key.nix
T
2025-07-06 22:46:23 +02:00

10 lines
148 B
Nix

{
programs.nixvim.plugins.which-key = {
enable = true;
lazyLoad = {
enable = true;
settings.event = "VimEnter";
};
};
}