DEVELOPMENT ENVIRONMENT

~liljamo/nvim-flake

ref: 045781927abfceec5a89b0d666fc70f2353f859d nvim-flake/config/plugins/which-key.nix -rw-r--r-- 100 bytes
04578192Jonni Liljamo feat(lsp): change to nixd from nil_ls 4 days ago
                                                                                
1
2
3
4
5
6
7
{
  plugins.which-key = {
    enable = true;
  };
  opts.timeout = true;
  opts.timeoutlen = 300;
}