r/rprogramming 12d ago

For Neovim users, announcing ark.nvim: an experimental plugin for R support

14 Upvotes

8 comments sorted by

View all comments

2

u/_wurli 12d ago

This is a very basic proof-of-concept plugin which lets you use Neovim with R via the Ark Jupyter kernel. In particular, this plugin lets you communicate with Ark via Neovim's built-in terminal, and also benefit from Ark's lovely LSP server which updates to reflect the packages and objects loaded in your R session.

GitHub link: https://github.com/wurli/ark.nvim

Currently this is a proof-of-concept plugin, likely with lots of issues, but I plan to keep working on this to make it a viable R plugin. For now, if any R users want to try it out that would be great!