Install fugitive

This commit is contained in:
♥ Minnie ♥ 2024-08-07 14:24:44 +08:00
parent 77186caeca
commit fdf8d742ce
Signed by: jasmine
GPG key ID: 8563E358D4E8040E
2 changed files with 9 additions and 0 deletions

View file

@ -28,6 +28,7 @@
./plugins/lsp/lsp.nix
# Git
./plugins/git/fugitive.nix
./plugins/git/gitsigns.nix
./plugins/git/lazygit.nix

View file

@ -0,0 +1,8 @@
{ ... }:
{
plugins.fugitive = {
enable = true;
};
}