minimal extui fuzzy finder for neovim

fix(view): check if picker is closed after `:close()`

+2
+2
lua/artio/view.lua
··· 292 292 vim.cmd.redraw() 293 293 294 294 self.closed = true 295 + 296 + self.picker:close() 295 297 end) 296 298 end 297 299