Skip to content

Commit

Permalink
Don't put signs for staged changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dietrichm committed Aug 6, 2024
1 parent 0a9e9e9 commit 96cf765
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nvim/.config/nvim/lua/dietrichm/gitsigns.lua
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ gitsigns.setup {
untracked = { text = '' },
},
attach_to_untracked = false,
signs_staged_enable = false,
on_attach = function(bufnr)
local gs = package.loaded.gitsigns

Expand Down

0 comments on commit 96cf765

Please sign in to comment.