minimal extui fuzzy finder for neovim

fix(view): offset custom hl end col by icon

+1 -1
+1 -1
lua/artio/view.lua
··· 459 459 cmdline.srow + i - 1, 460 460 indent + icon_indent + hl[1][1], 461 461 vim.tbl_extend("force", ext_match_opts, { 462 - end_col = indent + hl[1][2], 462 + end_col = indent + icon_indent + hl[1][2], 463 463 hl_group = hl[2], 464 464 }) 465 465 )