🐻 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): offset preview by `hidestatusline`

robin 204a1012 e75cf833

+2 -1
+2 -1
lua/artio/view.lua
··· 767 767 col = 0, 768 768 row = vim.o.lines 769 769 - (self.win.height + cmdheight) 770 - - ((vim.o.winborder == "none" or vim.o.winborder == "") and 0 or 2), 770 + - ((vim.o.winborder == "none" or vim.o.winborder == "") and 0 or 2) 771 + - (self.picker.win.hidestatusline and 0 or 1), 771 772 }, previewopts or {}) 772 773 end 773 774