flake/nixos/nvim/plugins/snacks.nix

14 lines
225 B
Nix

{
programs.nixvim = {
plugins.snacks = {
enable = true;
settings = {
bigfile.enabled = true;
notifier = {
enable = true;
timeout = 3000;
};
};
};
};
}