Nvim-r

From NixOS Wiki
Revision as of 10:37, 16 August 2018 by imported>OctavioElMagnifico (Created page with "==Nvim-R== This plugin turns vim/Neovim into a fully fledged R IDE<ref>https://medium.freecodecamp.org/turning-vim-into-an-r-ide-cd9602e8c217?gi=a7ef030c5ed2</ref>. Once adde...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Nvim-R

This plugin turns vim/Neovim into a fully fledged R IDE[1]. Once added as a vim plugin it will try to compile a backend executable called nvimcom[2].

This Just Works ™ but you have to explictly install GCC on system packages so the plugin script can find it and compile the code it needs. If GCC is not explicitly installed, then it will print an "updating nvimcom" message and then a criptyc compilation error log.