summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2023-05-12 21:53:30 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2023-05-12 21:53:30 +0200
commitb25a88629498ecb4c9db553579542130dbdc0bcb (patch)
treec271083bf61aee34078b1b6b7ccce0b82dc7b3f2
parente26e7840c22cbefda156e7fd8437a9bb4bf8ead3 (diff)
Clean out some more unused stuff
-rw-r--r--vimrc7
1 files changed, 1 insertions, 6 deletions
diff --git a/vimrc b/vimrc
index 2d69152..662b299 100644
--- a/vimrc
+++ b/vimrc
@@ -1,5 +1,5 @@
" vimrc of Johannes Ranke
-" Last Change: Sun Apr 30, 2023 at 08:27 AM +0200
+" Last Change: Fri May 12, 2023 at 09:53 PM +0200
" default settings (much is handled by tpope/sensible) {{{1
set ts=2
set sw=2
@@ -33,7 +33,6 @@ Plug 'jranke/lastchange.vim', { 'branch': 'jranke' }
" Appearance
Plug 'vim-airline/vim-airline'
Plug 'vim-airline/vim-airline-themes'
-Plug 'junegunn/goyo.vim'
"Plug 'jalvesaq/R-Vim-runtime'
Plug '~/git/R-Vim-runtime'
@@ -74,14 +73,10 @@ let R_pdfviewer = 'okular'
let R_openpdf = 1
let R_min_editor_width = 100
let R_rconsole_width = 80
-"let R_rmdchunk = '``'
let R_debug = 1
let R_dbg_jump = 1
-"let RStudio_cmd = '/usr/bin/rstudio'
let R_nvim_wd = 1 " set working dir to vims working dir
-Plug 'mllg/vim-devtools-plugin'
-
" The following is taken from issue https://github.com/jalvesaq/Nvim-R/issues/476
function StartRFromPath(path)
let g:R_path = a:path

Contact - Imprint