From 2461a8a2c41122c111ce0e2b70df71110fc3ca83 Mon Sep 17 00:00:00 2001 From: Anthony Rodriguez Date: Thu, 16 Jan 2025 14:35:52 +0100 Subject: [PATCH] modules/hm/programs/editors/neovim: add leap --- modules/hm/programs/editors/neovim.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/hm/programs/editors/neovim.nix b/modules/hm/programs/editors/neovim.nix index f596493..3b78413 100644 --- a/modules/hm/programs/editors/neovim.nix +++ b/modules/hm/programs/editors/neovim.nix @@ -159,6 +159,9 @@ utility = { vim-wakatime.enable = true; surround.enable = true; + motion.leap = { + enable = true; + }; }; lsp = {