neovim-flake/config/plugins/mini.nix

16 lines
270 B
Nix

# All the mini.nvim stuff
{
plugins.mini = {
enable = true;
modules = {
surround = { };
ai = { };
hipatterns = { };
notify = { };
tabline = { };
trailspace = { };
cursorword = { };
bracketed = { };
};
};
}