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 = {