DEVELOPMENT ENVIRONMENT

~liljamo/nvim-flake

ref: 439a278adc35eeefbc2049cdade587e0f2e7d37e nvim-flake/config/plugins/which-key.nix -rw-r--r-- 100 bytes
439a278aJonni Liljamo feat(lsp): rename bind a day ago
                                                                                
1
2
3
4
5
6
7
{
  plugins.which-key = {
    enable = true;
  };
  opts.timeout = true;
  opts.timeoutlen = 300;
}