Files
dots/home/editors/nvim/plugins/utils/snacks/default.nix

19 lines
332 B
Nix

{
imports = [./dashboard.nix];
plugins.snacks = {
enable = true;
settings = {
bigfile.enabled = true;
notifier = {
enabled = true;
timeout = 3000;
};
bufdelete.enabled = true;
image.enabled = true;
quickfile.enabled = true;
rename.enabled = true;
};
};
}