Added gitsigns

This commit is contained in:
EsVagy42 2026-03-12 00:38:57 +01:00
parent 09670f3227
commit b589804507
3 changed files with 4 additions and 1 deletions

View file

@ -23,6 +23,7 @@
./trouble.nix ./trouble.nix
./nvim-notify.nix ./nvim-notify.nix
./snacks.nix ./snacks.nix
./gitsigns.nix
]; ];
opts = { opts = {
number = true; number = true;

3
config/gitsigns.nix Normal file
View file

@ -0,0 +1,3 @@
{
plugins.gitsigns.enable = true;
}

View file

@ -43,7 +43,6 @@
options = { }; options = { };
}; };
}; };
diff = { };
jump2d = { }; jump2d = { };
sessions = { }; sessions = { };
cursorword = { }; cursorword = { };