mirror of
https://github.com/youwen5/neovim-flake.git
synced 2024-11-24 19:03:49 -08:00
16 lines
262 B
Nix
16 lines
262 B
Nix
# All the mini.nvim stuff
|
|
{
|
|
plugins.mini = {
|
|
enable = true;
|
|
modules = {
|
|
surround = {};
|
|
ai = {};
|
|
hipatterns = {};
|
|
notify = {};
|
|
tabline = {};
|
|
trailspace = {};
|
|
cursorword = {};
|
|
bracketed = {};
|
|
};
|
|
};
|
|
}
|