tangled
alpha
login
or
join now
robinwobin.dev
/
artio.nvim
3
fork
atom
minimal extui fuzzy finder for neovim
3
fork
atom
overview
issues
pulls
pipelines
fix(view): disable autocomplete
fixes #2
robinwobin.dev
3 months ago
3ccbd8cf
a55f5fc8
+1
1 changed file
expand all
collapse all
unified
split
lua
artio
view.lua
+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
136
+
autocomplete = false,
136
137
}
137
138
138
139
self.opts = {}