feat(nvim): Added neogit and gitsigns
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user