summaryrefslogtreecommitdiff
path: root/config/plugins/which-key.nix
blob: ef43fc4f513634d46e7154e5a957b2b32ade2373 (plain)
1
2
3
4
5
6
7
8
9
{
  plugins.which-key = {
    enable = true;

    plugins = {
      spelling.enabled = true;
    };
  };
}