fix nvim: gitsigns watch_index

This commit is contained in:
Yuan Chiu 2025-05-10 20:38:13 +08:00
parent c142f8cb1f
commit 2ebbb37c58
Signed by: yuan
GPG Key ID: 50FBE4156404B98D

View File

@ -2,9 +2,9 @@
return { return {
"lewis6991/gitsigns.nvim", "lewis6991/gitsigns.nvim",
opts = { opts = {
watch_index = { -- watch_index = {
interval = 1000, -- 設定更新的時間間隔 -- interval = 1000, -- 設定更新的時間間隔
}, -- },
signs = { signs = {
add = { text = "" }, add = { text = "" },
change = { text = "" }, change = { text = "" },