fix(nvim): don't watch for GitSigns changes

This commit is contained in:
winston 2022-10-21 17:00:22 +02:00
parent cb814fcf0b
commit e6d8fabd99
Signed by: winston
GPG key ID: 3786770EDBC2B481

View file

@ -35,7 +35,7 @@ require("gitsigns").setup({
numhl = false, numhl = false,
signcolumn = true, signcolumn = true,
word_diff = false, word_diff = false,
watch_gitdir = { interval = 1000, follow_files = true }, watch_gitdir = { enable = false, interval = 1000, follow_files = true },
attach_to_untracked = true, attach_to_untracked = true,
-- current line highlighting -- current line highlighting
current_line_blame = true, current_line_blame = true,