Files
nixos-config/home-manager/base/nixvim/plugins/which-key.nix
T

10 lines
148 B
Nix

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