diff options
author | Soispha <soispha@vhack.eu> | 2023-08-24 21:41:21 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-08-24 21:41:21 +0200 |
commit | 32719e26206d9a7fdd2d9c1725cf79f5ba9798ba (patch) | |
tree | e6dfde3d480f3650562b18e894f509c64dcaccb4 /home-manager/soispha/config/neovim/nixvim/options/default.nix | |
parent | Fix(hm/conf/neovim/mappings): Add description to every mapping (diff) | |
download | nixos-config-32719e26206d9a7fdd2d9c1725cf79f5ba9798ba.tar.gz nixos-config-32719e26206d9a7fdd2d9c1725cf79f5ba9798ba.zip |
Fix(hm/conf/neovim/options): Reduce timeout as that is used by which-key
Diffstat (limited to '')
-rw-r--r-- | home-manager/soispha/config/neovim/nixvim/options/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home-manager/soispha/config/neovim/nixvim/options/default.nix b/home-manager/soispha/config/neovim/nixvim/options/default.nix index 87abdffb..7d1937a9 100644 --- a/home-manager/soispha/config/neovim/nixvim/options/default.nix +++ b/home-manager/soispha/config/neovim/nixvim/options/default.nix @@ -76,7 +76,7 @@ showtabline = 2; # always show the tabline - timeoutlen = 1000; # wait 500 msec for the next char in an input sequence + timeoutlen = 500; # wait 500 msec for the next char in an input sequence ttyfast = true; # let vim know that I am using a fast term undofile = true; # use a undofile, to save the undos |