From e1886026cc86fbf063801a81f2656081a14d2521 Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Fri, 28 Feb 2025 23:06:48 +0100 Subject: [PATCH] feat(neovim): enable mini.move and mini.splitjoin --- modules/home-manager/neovim.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/home-manager/neovim.nix b/modules/home-manager/neovim.nix index 1502f1a..26c1c1c 100644 --- a/modules/home-manager/neovim.nix +++ b/modules/home-manager/neovim.nix @@ -137,6 +137,8 @@ notify.enable = true; starter.enable = true; statusline.enable = true; + move.enable = true; + splitjoin.enable = true; }; # Use telescope