Skip to content

Commit

Permalink
feat(nvim): enable auto-tracking for gitsigns
Browse files Browse the repository at this point in the history
  • Loading branch information
KirkEasterson committed Sep 12, 2024
1 parent 42ef8a4 commit ce3a50f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions nvim/.config/nvim/lua/kirk/plugins/git/gitsigns.lua
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ return {
linehl = false,
numhl = true,
-- word_diff = true,
watch_gitdir = {
follow_files = true,
},

signs = {
add = { text = "" },
Expand Down

0 comments on commit ce3a50f

Please sign in to comment.