DEVELOPMENT ENVIRONMENT

~liljamo/nvim-flake

ref: d5922e42e438f388a00866f442b6a58220107bf2 nvim-flake/config/plugins/which-key.nix -rw-r--r-- 100 bytes
d5922e42Jonni Liljamo feat(cmp): toggle a month ago
                                                                                
1
2
3
4
5
6
7
{
  plugins.which-key = {
    enable = true;
  };
  opts.timeout = true;
  opts.timeoutlen = 300;
}