fix(nvf): disable gitsigns as it clashes with hop
This commit is contained in:
parent
2f23b952de
commit
0b2192986f
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue