Skip to content

Commit 22b032b

Browse files
committed
fix usage buffer extmarks id
1 parent 669c694 commit 22b032b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lua/eca/sidebar.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1206,7 +1206,7 @@ function M:_update_usage_info()
12061206
virt_text_pos = 'eol',
12071207
hl_mode = 'combine',
12081208
},
1209-
{ id = self.extmarks.config._id_status })
1209+
{ id = self.extmarks.usage._id_status })
12101210
)
12111211

12121212
self.extmarks.usage._id_usage = vim.api.nvim_buf_set_extmark(
@@ -1220,7 +1220,7 @@ function M:_update_usage_info()
12201220
virt_text_pos = 'right_align',
12211221
hl_mode = 'combine',
12221222
},
1223-
{ id = self.extmarks.config._id_usage })
1223+
{ id = self.extmarks.usage._id_usage })
12241224
)
12251225
end
12261226

0 commit comments

Comments
 (0)