Can we make the XXX_resize_max proportional to the terminal size
you-n-g opened this issue · 0 comments
you-n-g commented
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!