fix(nvf): disable gitsigns as it clashes with hop

This commit is contained in:
Mohammad Rafiq 2025-05-29 21:16:40 +08:00
parent 2f23b952de
commit 0b2192986f
No known key found for this signature in database

View file

@ -15,6 +15,7 @@
undoFile.enable = true;
fzf-lua.enable = true;
git.enable = true;
git.gitsigns.enable = false;
autocomplete = import ./autocomplete.nix { inherit lib; };
autopairs.nvim-autopairs.enable = true;
binds = import ./binds.nix;