nvim: replace gitgutter with gitsigns
This commit is contained in:
parent
b6f36c12a0
commit
d79368ff44
@ -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 = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user