nvim: enable fugitive
This commit is contained in:
parent
4bdfa8f7bb
commit
2ff2ab05f2
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user