🐻 minimal ui2 fuzzy finder for Neovim codeberg.org/comfysage/artio.nvim
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix(view): reset `showmode` and `showcmd`

robin 117a633c 8b405b7d

+2
+2
lua/artio/view.lua
··· 152 152 }, 153 153 g = { 154 154 laststatus = self.picker.win.hidestatusline and 0 or nil, 155 + showmode = false, 156 + showcmd = false, 155 157 }, 156 158 } 157 159