minimal extui fuzzy finder for neovim

fix(view): disable autocomplete

fixes #2

+1
+1
lua/artio/view.lua
··· 133 133 winhighlight = "Normal:ArtioNormal," .. ext_winhl, 134 134 laststatus = self.picker.win.hidestatusline and 0 or nil, 135 135 filetype = "artio-picker", 136 + autocomplete = false, 136 137 } 137 138 138 139 self.opts = {}