DEVELOPMENT ENVIRONMENT

~liljamo/nvim-flake

ref: ef5a2499fe60621896f569ef2a3b572f601413e7 nvim-flake/config/plugins/which-key.nix -rw-r--r-- 100 bytes
ef5a2499Jonni Liljamo feat: enable nvim in devshell 5 months ago
                                                                                
1
2
3
4
5
6
7
{
  plugins.which-key = {
    enable = true;
  };
  opts.timeout = true;
  opts.timeoutlen = 300;
}