editors/neovim: add some mini.nvim plugins

This commit is contained in:
Anthony Rodriguez 2025-02-22 00:40:02 +01:00
parent 98a319696f
commit 558c12a420
Signed by: nezia
SSH key fingerprint: SHA256:Ihfpl0rUpqDevYqnzSR34OYfVLbDNkBiUjs3CpX4ykA

View file

@ -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;
};