about summary refs log blame commit diff stats
path: root/modules/home.legacy/conf/nvim/plgs/which-key/default.nix
blob: be63f7aceaef01cfa1e4202d413ba8086798664f (plain) (tree)
1
2
3
4
5



                                       
{...}: {
  programs.nixvim.plugins.which-key = {
    enable = true;
  };
}