feat(nvim): Added neogit and gitsigns

This commit is contained in:
Uttarayan Mondal
2024-04-19 14:56:57 +05:30
parent 8616c2a503
commit 44aad73f8d
3 changed files with 10 additions and 4 deletions

View File

@@ -26,13 +26,19 @@ in rec {
config = {
plugins = {
fugitive.enable = true;
oil.enable = true;
gitsigns.enable = true;
neogit.enable = true;
surround.enable = true;
todo-comments.enable = true;
trouble.enable = true;
ts-context-commentstring.enable = true;
which-key.enable = true;
oil = {
enable = true;
settings.skip_confirm_for_simple_edits = true;
};
navic = {
enable = true;
lsp.autoAttach = true;