diff options
author | Soispha <soispha@vhack.eu> | 2023-08-25 12:30:08 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-08-25 12:30:08 +0200 |
commit | 242552cf47a6b1a32e7503b27508d8e7eb1c9fad (patch) | |
tree | d3125ad33aab4f69fc87fed7b79d545fcf277d5f /home-manager | |
parent | Fix(hm/conf/neovim/options): Reduce timeout as that is used by which-key (diff) | |
download | nixos-config-242552cf47a6b1a32e7503b27508d8e7eb1c9fad.tar.gz nixos-config-242552cf47a6b1a32e7503b27508d8e7eb1c9fad.zip |
Fix(hm/conf/leap): Squas
Diffstat (limited to '')
-rw-r--r-- | home-manager/soispha/config/neovim/nixvim/plugins/leap/default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/home-manager/soispha/config/neovim/nixvim/plugins/leap/default.nix b/home-manager/soispha/config/neovim/nixvim/plugins/leap/default.nix index 715ce959..bffdf33c 100644 --- a/home-manager/soispha/config/neovim/nixvim/plugins/leap/default.nix +++ b/home-manager/soispha/config/neovim/nixvim/plugins/leap/default.nix @@ -42,6 +42,7 @@ }; }; visual = { + /* "x" = { action = "<Plug>(leap-forward-till)"; desc = "leap forward till"; @@ -50,6 +51,7 @@ action = "<Plug>(leap-backward-till)"; desc = "leap backward till"; }; + */ }; }; }; |