We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 669c694 commit 22b032bCopy full SHA for 22b032b
lua/eca/sidebar.lua
@@ -1206,7 +1206,7 @@ function M:_update_usage_info()
1206
virt_text_pos = 'eol',
1207
hl_mode = 'combine',
1208
},
1209
- { id = self.extmarks.config._id_status })
+ { id = self.extmarks.usage._id_status })
1210
)
1211
1212
self.extmarks.usage._id_usage = vim.api.nvim_buf_set_extmark(
@@ -1220,7 +1220,7 @@ function M:_update_usage_info()
1220
virt_text_pos = 'right_align',
1221
1222
1223
- { id = self.extmarks.config._id_usage })
+ { id = self.extmarks.usage._id_usage })
1224
1225
end
1226
0 commit comments