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 and lewis6991 committed Jan 27, 2024
1 parent fb9fd53 commit 2c2463d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion doc/gitsigns.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ of the default settings:
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 2c2463d

Please sign in to comment.