nvim: fixed the watch_index startup warning
This commit is contained in:
parent
1ed5ec20e6
commit
21bec5808d
2 changed files with 5 additions and 8 deletions
|
@ -119,7 +119,7 @@ M.gitsigns = function()
|
|||
['o ih'] = '<cmd><C-U>lua require"gitsigns.actions".select_hunk()<CR>',
|
||||
['x ih'] = '<cmd><C-U>lua require"gitsigns.actions".select_hunk()<CR>'
|
||||
},
|
||||
watch_index = {
|
||||
watch_gitdir = {
|
||||
interval = 1000,
|
||||
follow_files = true
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue