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 {
"lewis6991/gitsigns.nvim",
opts = {
watch_index = {
interval = 1000, -- 設定更新的時間間隔
},
-- watch_index = {
-- interval = 1000, -- 設定更新的時間間隔
-- },
signs = {
add = { text = "" },
change = { text = "" },