From 2c2463dbd82eddd7dbab881c3a62cfbfbe3c67ae Mon Sep 17 00:00:00 2001 From: hankertrix <91734413+hankertrix@users.noreply.github.com> Date: Sat, 27 Jan 2024 14:18:47 +0000 Subject: [PATCH] fix(docs)!: Use the new attached_to_untracked setting --- README.md | 2 +- doc/gitsigns.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ee6e2a066..ebec4a7a6 100644 --- a/README.md +++ b/README.md @@ -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, diff --git a/doc/gitsigns.txt b/doc/gitsigns.txt index 02ece05fe..1c2c98c0a 100644 --- a/doc/gitsigns.txt +++ b/doc/gitsigns.txt @@ -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,