fix nvim: gitsigns watch_index
This commit is contained in:
parent
c142f8cb1f
commit
2ebbb37c58
@ -2,9 +2,9 @@
|
||||
return {
|
||||
"lewis6991/gitsigns.nvim",
|
||||
opts = {
|
||||
watch_index = {
|
||||
interval = 1000, -- 設定更新的時間間隔
|
||||
},
|
||||
-- watch_index = {
|
||||
-- interval = 1000, -- 設定更新的時間間隔
|
||||
-- },
|
||||
signs = {
|
||||
add = { text = "▎" },
|
||||
change = { text = "▎" },
|
||||
|
Loading…
x
Reference in New Issue
Block a user