R-nvim / R.nvim

Neovim plugin to edit R files
GNU General Public License v3.0
128 stars 15 forks source link

Open help documentation in a vertical split #117

Closed cswingle closed 2 months ago

cswingle commented 2 months ago

Feature request: I would like help documentation to open in a vertical split, which is something that nvim-r used to do. There are hints that "vertical" is a legal option for the nvimpager option (lua/r/edit.lua, line 259), but it's not implemented in doc.lua.

I'll see if I can get it started in an upcoming pull request.

jalvesaq commented 2 months ago

I forgot to delete the "vertical" option from the function that opens the example. But we can add the option back, although not in a complicated way as before.