From 2a7b9d2525692e8d7aa04b4eff9e4ec5949a3f85 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Wed, 8 Jan 2020 00:02:52 +0100 Subject: 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 --- Rprofile | 9 --------- 1 file changed, 9 deletions(-) diff --git a/Rprofile b/Rprofile index 177a2d0..e28b81d 100644 --- a/Rprofile +++ b/Rprofile @@ -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") -- cgit v1.2.1