nvim-telescope/telescope.nvim

Seems like the height option is not working, meaning any height I pick for the bottom_pane is not affecting its actual height.

vladsolokha opened this issue · 2 comments

          Seems like the height option is not working, meaning any height I pick for the bottom_pane is not affecting its actual height. 
Screenshot 2024-04-18 at 9 41 49 PM

Originally posted by @vladsolokha in #771 (comment)

The only work around I found was to specify in each key binding that I want a hight of 10 or so. I have to specify in each key mapping that I'm using "get_ivy" and in options a "layout_config = { height = 10 }" or some other value like that, to make the bottom pane smaller and less intrusive.
Screenshot 2024-04-19 at 8 41 36 AM

Actually, i wanted to have you make an issue so you would fill out the bug report form, like which version you use, .... these templates exist for a reason and we usually dont provide support if you dont at least fill them out, this is still a hobby project

Regardless height is currently a shared setting so you can achieve this with layout_config = { height = 10 }