about summary refs log tree commit diff stats
path: root/modules/home.legacy/conf/nvim/plgs/which-key/default.nix
blob: be63f7aceaef01cfa1e4202d413ba8086798664f (plain) (blame)
1
2
3
4
5
{...}: {
  programs.nixvim.plugins.which-key = {
    enable = true;
  };
}