···3333 use_icons = package.loaded['mini.icons'] and true or false,
3434 },
3535 win = {
3636- height = 12,
3636+ height = 0.4,
3737 hidestatusline = false, -- works best with laststatus=3
3838 },
3939}
+1-1
lua/artio/view.lua
···148148local maxlistheight = 0 -- Max height of the matches list (`self.win.height - 1`)
149149150150function View:on_resized()
151151- if self.picker.win.height > 0 then
151151+ if self.picker.win.height > 1 then
152152 self.win.height = self.picker.win.height
153153 else
154154 self.win.height = vim.o.lines * self.picker.win.height