Skip to content

Commit

Permalink
fix(docs)!: Use the new attached_to_untracked setting
Browse files Browse the repository at this point in the history
  • Loading branch information
hankertrix authored Jan 27, 2024
1 parent fb9fd53 commit 3f343af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ require('gitsigns').setup {
follow_files = true
},
auto_attach = true,
attach_to_untracked = true,
attach_to_untracked = false,
current_line_blame = false, -- Toggle with `:Gitsigns toggle_current_line_blame`
current_line_blame_opts = {
virt_text = true,
Expand Down

0 comments on commit 3f343af

Please sign in to comment.