Skip to content

Commit 132a0ee

Browse files
author
Bassam Data
committed
feat: add todo for nvim 0.11
1 parent 66ccbe3 commit 132a0ee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lua/namu/namu_symbols/helpers.lua

+1
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ local function add_highlight(buf, ns_id, line, col_start, col_end, hl_group)
8787
local end_col = col_end == -1 and #line_content or math.min(col_end, #line_content)
8888

8989
if end_col > col_start then
90+
-- TODO: need to move to set_extmarks -- just couldn't get it to work quickly, so this stays for now
9091
vim.api.nvim_buf_add_highlight(buf, ns_id, hl_group, line, col_start, end_col)
9192
end
9293
end

0 commit comments

Comments
 (0)