Skip to content

Commit 2c2463d

Browse files
hankertrixlewis6991
authored andcommitted
fix(docs)!: Use the new attached_to_untracked setting
1 parent fb9fd53 commit 2c2463d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ require('gitsigns').setup {
7474
follow_files = true
7575
},
7676
auto_attach = true,
77-
attach_to_untracked = true,
77+
attach_to_untracked = false,
7878
current_line_blame = false, -- Toggle with `:Gitsigns toggle_current_line_blame`
7979
current_line_blame_opts = {
8080
virt_text = true,

doc/gitsigns.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ of the default settings:
5050
follow_files = true
5151
},
5252
auto_attach = true,
53-
attach_to_untracked = true,
53+
attach_to_untracked = false,
5454
current_line_blame = false, -- Toggle with `:Gitsigns toggle_current_line_blame`
5555
current_line_blame_opts = {
5656
virt_text = true,

0 commit comments

Comments
 (0)