about summary refs log tree commit diff stats
path: root/home-manager
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-08-25 12:30:08 +0200
committerSoispha <soispha@vhack.eu>2023-08-25 12:30:08 +0200
commit242552cf47a6b1a32e7503b27508d8e7eb1c9fad (patch)
treed3125ad33aab4f69fc87fed7b79d545fcf277d5f /home-manager
parentFix(hm/conf/neovim/options): Reduce timeout as that is used by which-key (diff)
downloadnixos-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.nix2
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";
         };
+        */
       };
     };
   };