nvim: enable fugitive

This commit is contained in:
Johannes Rothe 2024-12-22 15:56:17 +01:00
parent 4bdfa8f7bb
commit 2ff2ab05f2

View File

@ -62,6 +62,7 @@
}; };
}; };
committia.enable = true; # Enhanced git commits committia.enable = true; # Enhanced git commits
fugitive.enable = true;
gitsigns.enable = true; # Show git change in first line gitsigns.enable = true; # Show git change in first line
guess-indent.enable = true; # Guess indent of the file guess-indent.enable = true; # Guess indent of the file
lsp.enable = true; lsp.enable = true;