DEVELOPMENT ENVIRONMENT

~liljamo/nvim-flake

ref: 199e5581a35e733003728f45204f45d7d3dad791 nvim-flake/config/plugins/which-key.nix -rw-r--r-- 100 bytes
199e5581Jonni Liljamo feat: add zen-mode and twilight 3 months ago
                                                                                
1
2
3
4
5
6
7
{
  plugins.which-key = {
    enable = true;
  };
  opts.timeout = true;
  opts.timeoutlen = 300;
}