lens.vim icon indicating copy to clipboard operation
lens.vim copied to clipboard

Can we make the XXX_resize_max proportional to the terminal size

Open you-n-g opened this issue 4 years ago • 0 comments

Hi,

lens is realy a great plugin that saves me a lot of time. It works as what I expected most of the time.

Can lens make the XXX_resize_max proportional to the terminal size?

For example, adjust the XXX_resize_max everytime when the terminal size changes.

let g:lens#height_resize_max = winheight('%') / 4 * 3
let g:lens#width_resize_max = winwidth('%') / 4 * 3

Thanks!

you-n-g avatar Nov 14 '20 13:11 you-n-g