Skip to content

Commit

Permalink
usr: cli: vim: gitsigns: disable for staged
Browse files Browse the repository at this point in the history
  • Loading branch information
xieby1 committed Jan 9, 2025
1 parent 69975a9 commit 0606e97
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions usr/cli/vim/gitsigns-nvim.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ let
type = "lua";
config = ''
require('gitsigns').setup {
signs_staged_enable = false,
signcolumn = false,
numhl = true,
linehl = true,
Expand Down

0 comments on commit 0606e97

Please sign in to comment.