From 2a33aec6dd455e79ba42d9957604c2c249d15c51 Mon Sep 17 00:00:00 2001 From: Florian RICHER Date: Mon, 30 Jun 2025 14:11:28 +0200 Subject: [PATCH] editors.neovim: Add multicursors --- modules/home/editors/neovim.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/home/editors/neovim.nix b/modules/home/editors/neovim.nix index d204494..1800cd3 100644 --- a/modules/home/editors/neovim.nix +++ b/modules/home/editors/neovim.nix @@ -205,6 +205,7 @@ in { surround.enable = true; diffview-nvim.enable = true; yanky-nvim.enable = false; + multicursors.enable = true; motion = { hop.enable = true; leap.enable = true;