nixvim/config/mini.nix
2025-03-02 23:41:04 +00:00

49 lines
983 B
Nix

{
plugins = {
mini = {
enable = true;
modules = {
ai = { };
align = { };
comment = { };
completion = { };
move = { };
operators = { };
pairs = { };
snippets = { };
splitjoin = { };
surround = { };
basics = { };
bracketed = { };
bufremove = { };
clue = { };
deps = { };
diff = { };
extra = { };
files = { };
git = { };
jump = { };
jump2d = { };
misc = { };
pick = { };
sessions = { };
visits = { };
animate = { };
colors = { };
cursorword = { };
hipatterns = { };
icons = { };
indentscope = { };
map = { };
notify = { };
starter = { };
statusline = { };
tabline = { };
trailspace = { };
doc = { };
fuzzy = { };
test = { };
};
};
};
}