Nvim-R
Nvim-R copied to clipboard
Vim plugin to work with R
I have a long function I use to format charts: ``` gg_format
I use vim and nvim interchangeable. In both Nvim-R works without issues. However I noticed an annoying behavior: if I open a file from command line in vim an escape...
Hi! I have recently started using [Rdpack](https://github.com/GeoBosh/Rdpack) to manage citations in the documentation of a package I'm developing. They don't seem to render correctly when reading the docs with Nvim-R,...
Love this plugin! Am a vim user, but was using ess until I encoutered this plugin. I tried many before and none comes close to this for R integration. My...
There is a high degree of overlap between R and python, and the two languages are often used at the same time, Will you add support for Python interactive execution?
I used [nvim-cmp](https://github.com/hrsh7th/nvim-cmp) with [R-LSP](https://github.com/REditorSupport/languageserver). And I use [cmp-omni](https://github.com/hrsh7th/cmp-omni) to source the omnifunc to cmp's auto-completion. But after I do so, as I start to type anything, Nvim-R consistently give...
I'm working in NeoVim 0.7.0 on a Mac. ``` :version NVIM v0.7.0 Build type: Release LuaJIT 2.1.0-beta3 Compiled by brew@Monterey ``` with `nvimcom_0.9-155` and the Nvim-R plugin from `45b9ea9`. With...
Recently I started having an issue where after opening a R session (`\rf`), and closing it with `:q` in neovim, it cannot be reopened in the same neovim instance. That...
Treesitter R
Not really a problem, but more of a hint. An R parser for Neovim Treesitter will be available soon. I have already tried it and it seems to be very...
Hello everyone, I like to have the R console of nvim-R to the right of the text file currenty editing. In order to achieve that, according to the documentation, an...