diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2021-03-09 05:46:42 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2021-03-09 05:46:42 +0100 |
commit | b6d3468e14f29aaac4cd3da618f36110b588c450 (patch) | |
tree | 04c12fda79549df5ffdb0d86aaf911c3bc914ff2 | |
parent | fcffefd17b1e679228257fc504bbdf3179113d74 (diff) |
Disable Nvim-R debugging again
-rw-r--r-- | vimrc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ " vimrc of Johannes Ranke -" Last Change: Sat Feb 27, 2021 at 11:39 AM +0100 +" Last Change: Fri Mar 05, 2021 at 05:52 AM +0100 " default settings (much is handled by tpope/sensible) {{{1 set ts=2 set sw=2 @@ -64,7 +64,7 @@ let R_openpdf = 1 let R_min_editor_width = 100 let R_rconsole_width = 80 "let R_rmdchunk = '``' -"let R_debug = 0 +let R_debug = 0 "let RStudio_cmd = '/usr/bin/rstudio' Plug 'mllg/vim-devtools-plugin' |