minimal extui fuzzy finder for neovim

fix(view): prevent keeping drawn prompt info on match lines

+1
+1
lua/artio/view.lua
··· 338 338 }, 339 339 virt_text_pos = "eol_right_align", 340 340 hl_mode = "combine", 341 + invalidate = true, 341 342 }) 342 343 end 343 344 end