From e0614b99b417588aa3afd0b0884f43faf9e9e81a Mon Sep 17 00:00:00 2001 From: Fabian Montero Date: Sun, 1 Dec 2024 21:58:23 -0600 Subject: [PATCH] replace multicursor plugin --- home/modules/neovim.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/modules/neovim.nix b/home/modules/neovim.nix index 31b8c88..7bed139 100644 --- a/home/modules/neovim.nix +++ b/home/modules/neovim.nix @@ -41,7 +41,7 @@ in { plugins = with pkgs.vimPlugins; [ vim-nix - vim-multiple-cursors + vim-visual-multi ]; }; home.sessionVariables = {