minimal extui fuzzy finder for neovim

fix(view): add `invalidate` to line extmarks

+1
+1
lua/artio/view.lua
··· 312 312 local ext_match_opts = { 313 313 hl_group = "ArtioMatch", 314 314 hl_mode = "combine", 315 + invalidate = true, 315 316 } 316 317 317 318 ---@param line integer 0-based