nix-config/modules/home-manager/neovim/config/plugins/mini.nix

16 lines
215 B
Nix
Raw Normal View History

2025-06-02 02:09:06 +01:00
{
plugins.mini = {
enable = true;
modules = {
2025-07-10 22:55:59 +01:00
ai = { };
align = { };
bracketed = { };
move = { };
operators = { };
splitjoin = { };
surround = { };
2025-06-02 02:09:06 +01:00
};
};
}