fix nvim: gitsigns watch_index
This commit is contained in:
parent
c142f8cb1f
commit
2ebbb37c58
@ -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 = "▎" },
|
||||||
|
Loading…
x
Reference in New Issue
Block a user