feat: replace alpha, lazygit-nvim, dressing with snacks.nvim

This commit is contained in:
antoine 2026-04-18 10:06:01 +02:00
parent 7f388998c7
commit 5ee4c41721
Signed by: antoine
GPG key ID: 9EB6BAADC51B6133
5 changed files with 33 additions and 36 deletions

View file

@ -1,21 +1,6 @@
{pkgs, ...}: {
{...}: {
vim.git = {
gitsigns.enable = true;
vim-fugitive.enable = true;
};
vim.extraPlugins = with pkgs.vimPlugins; {
lazygit-nvim = {
package = lazygit-nvim;
};
};
vim.keymaps = [
{
key = "<leader>gg";
mode = ["n"];
action = "<cmd>LazyGit<CR>";
desc = "LazyGit";
}
];
}