DEVELOPMENT ENVIRONMENT

~liljamo/nvim-flake

ref: 8bc34ed42588ee746d9135a821989b2cd2a581d4 nvim-flake/config/plugins/which-key.nix -rw-r--r-- 100 bytes
8bc34ed4Jonni Liljamo feat(gitsigns): init 3 months ago
                                                                                
1
2
3
4
5
6
7
{
  plugins.which-key = {
    enable = true;
  };
  opts.timeout = true;
  opts.timeoutlen = 300;
}