change nixvim config

Former-commit-id: 30009bcafb
This commit is contained in:
Hadi
2025-03-22 13:21:33 +01:00
parent 6971afb3af
commit f8b20c8f20
5 changed files with 39 additions and 5 deletions

View File

@@ -10,6 +10,7 @@
quickfile.enable = true;
statuscolumn.enable = true;
zen.enable = true;
bufdelete.enable = true;
};
};
@@ -29,6 +30,11 @@
action = "<cmd>lua Snacks.dim.disable()<cr>";
options.desc = "Undim";
}
{
key = "<leader>wc";
action = "<cmd>lua Snacks.bufdelete.all()<cr>";
options.desc = "Close all buffers";
}
];
};
}