feat: remove vim-fugitive in favor of snacks lazygit

This commit is contained in:
antoine 2026-04-18 11:03:02 +02:00
parent 49890805b0
commit 5dc158af55
Signed by: antoine
GPG key ID: 9EB6BAADC51B6133

View file

@ -1,6 +1,3 @@
{...}: {
vim.git = {
gitsigns.enable = true;
vim-fugitive.enable = true;
};
vim.git.gitsigns.enable = true;
}