diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2020-01-08 00:02:52 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2020-01-08 00:02:52 +0100 |
commit | 2a7b9d2525692e8d7aa04b4eff9e4ec5949a3f85 (patch) | |
tree | 41834d403ef9e7a4fe00bd7b4e909eb9919e69c8 /Rprofile | |
parent | b84b7025fc178e4f6106d8c1ab6616dfa82baff3 (diff) |
Update configuration for Nvim-R
I get colorful output in neovim even without colorout, so I think I
don't need it in the future
vimcom is outdated, as Nvim-R now has nvimcom which comes with the
plugin
Diffstat (limited to 'Rprofile')
-rw-r--r-- | Rprofile | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -11,14 +11,5 @@ local({ options(repos = r) }) -if (interactive()) { - library(colorout) - # Load vimcom only if R was started by vim - if(Sys.getenv("VIMRPLUGIN_TMPDIR") != "") { - options(vimcom.verbose = 1) - library(vimcom) - } -} - # For (re)installing PythonInR #Sys.setenv(USESPECIALPYTHONVERSION="python3.5") |