jalvesaq / zotcite

Neovim plugin for integration with Zotero
GNU General Public License v3.0
159 stars 13 forks source link

truncated output when using a gnome-terminal as R console #62

Closed manumart closed 11 months ago

manumart commented 11 months ago

When I use a gnome-terminal as a console from Nvim-R, the outputs from R commands printed on the terminal are truncated to ~ the height of my screen, which is a bit problematic, since there is no way for me to look most of these ouputs as soon as they exceed a given length, well below the default R "max.print" option (9999) .

I feel that this might have something to do with the way Nvim-R starts the terminal but I can't figure how (if possible) to parameterize this.

NB : this does not happen when R is started within a Tmux pane the same terminal I use for editing code, using the let R_external_term = 0 option.

Thanks a lot in advance for your feedback and for all the efforts you have been putting on Nvim-R during these year!

manumart commented 11 months ago

sorry, wrong place for this issue