summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2020-01-08 00:02:52 +0100
committerJohannes Ranke <jranke@uni-bremen.de>2020-01-08 00:02:52 +0100
commit2a7b9d2525692e8d7aa04b4eff9e4ec5949a3f85 (patch)
tree41834d403ef9e7a4fe00bd7b4e909eb9919e69c8
parentb84b7025fc178e4f6106d8c1ab6616dfa82baff3 (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
-rw-r--r--Rprofile9
1 files changed, 0 insertions, 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")

Contact - Imprint