DEVELOPMENT ENVIRONMENT

~liljamo/nvim-flake

ref: ae87df9634c7e937bfe0354a74bec81459fdfc4f nvim-flake/config/plugins/which-key.nix -rw-r--r-- 100 bytes
ae87df96Jonni Liljamo fix(lsp): maybe fix rust-analyzer mir crash temporarily 23 hours ago
                                                                                
1
2
3
4
5
6
7
{
  plugins.which-key = {
    enable = true;
  };
  opts.timeout = true;
  opts.timeoutlen = 300;
}