DEVELOPMENT ENVIRONMENT

~liljamo/nvim-flake

ref: 1297370be759bb51d5095fefe06d54655c19ce90 nvim-flake/config/plugins/which-key.nix -rw-r--r-- 100 bytes
1297370bJonni Liljamo fix: force light theme a month ago
                                                                                
1
2
3
4
5
6
7
{
  plugins.which-key = {
    enable = true;
  };
  opts.timeout = true;
  opts.timeoutlen = 300;
}