nvim: after/plugin/gitsigns: watch_gitdir.interval is deprecated
This commit is contained in:
parent
fc80b95131
commit
6fa44274e1
1 changed files with 0 additions and 1 deletions
|
@ -10,7 +10,6 @@ require('gitsigns').setup {
|
||||||
attach_to_untracked = false,
|
attach_to_untracked = false,
|
||||||
current_line_blame = false,
|
current_line_blame = false,
|
||||||
watch_gitdir = {
|
watch_gitdir = {
|
||||||
interval = 1000,
|
|
||||||
follow_files = true
|
follow_files = true
|
||||||
},
|
},
|
||||||
preview_config = {
|
preview_config = {
|
||||||
|
|
Loading…
Reference in a new issue