From 558c12a4200e865bc71fcd7864c92a5161261c28 Mon Sep 17 00:00:00 2001 From: Anthony Rodriguez Date: Sat, 22 Feb 2025 00:40:02 +0100 Subject: [PATCH] editors/neovim: add some mini.nvim plugins --- modules/programs/editors/neovim/default.nix | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/modules/programs/editors/neovim/default.nix b/modules/programs/editors/neovim/default.nix index aa99612..4ef6833 100644 --- a/modules/programs/editors/neovim/default.nix +++ b/modules/programs/editors/neovim/default.nix @@ -62,8 +62,12 @@ }; }; }; - notify.nvim-notify.enable = true; + mini = { + comment.enable = true; + notify.enable = true; + surround.enable = true; + }; statusline = { lualine = { enable = true; @@ -174,7 +178,6 @@ utility = { vim-wakatime.enable = true; - surround.enable = true; motion.leap = { enable = true; };