nvim: replace gitgutter with gitsigns

This commit is contained in:
Johannes Rothe 2024-12-22 14:51:45 +01:00
parent b6f36c12a0
commit d79368ff44

View File

@ -52,7 +52,7 @@ programs.nixvim = {
};
};
committia.enable = true; # Enhanced git commits
gitgutter.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
lsp.enable = true;
lsp.servers.pylsp = {