radian icon indicating copy to clipboard operation
radian copied to clipboard

Possibility to adjust minimal distance to the bottom

Open sebffischer opened this issue 2 years ago • 1 comments

First of all, thank you for radian, it is a great console!

I am finding myself with an issue however when working with Nvim-R + radian. When I am on a small screen, I would like to make the radian console as small as possible. However with the current radian implementation there are always at least 7 empty lines, between the radian prompt and the bottom of the vim buffer. When trying to make the radian console smaller than that, the warning message "Window too small arises". That is space that I would rather use for editing (when I am on my laptop screen) Is it possible to provide an option that lets the user set the minimal distance between the radian prompt and the bottom of the screen?

Thanks for your great work again! :)

sebffischer avatar Jan 03 '22 10:01 sebffischer

Hello,

Take a look at the issue #135 for a band aid. You could set the option :

options(radian.complete_while_typing = FALSE)

but that would remove the suggestion box.

osorochynskyi avatar Jan 28 '22 12:01 osorochynskyi