minimal extui fuzzy finder for neovim

fix(view): offset custom hl by icon

+1 -1
+1 -1
lua/artio/view.lua
··· 435 435 local hl = line_hls[j] 436 436 self:mark( 437 437 cmdline.srow + i - 1, 438 - indent + hl[1][1], 438 + indent + icon_indent + hl[1][1], 439 439 vim.tbl_extend("force", ext_match_opts, { 440 440 end_col = indent + hl[1][2], 441 441 hl_group = hl[2],