summaryrefslogtreecommitdiff
path: root/vimrc
diff options
context:
space:
mode:
Diffstat (limited to 'vimrc')
-rw-r--r--vimrc8
1 files changed, 6 insertions, 2 deletions
diff --git a/vimrc b/vimrc
index d03e749..060c2c5 100644
--- a/vimrc
+++ b/vimrc
@@ -1,5 +1,5 @@
" vimrc of Johannes Ranke
-" Last Change: Wed Jan 13, 2021 at 10:16 AM +0100
+" Last Change: Sat Feb 27, 2021 at 11:39 AM +0100
" default settings (much is handled by tpope/sensible) {{{1
set ts=2
set sw=2
@@ -64,8 +64,9 @@ 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'
" The following is adapted from issue https://github.com/jalvesaq/Nvim-R/issues/476
@@ -76,6 +77,9 @@ endfunction
nmap ,rx :call StartRdevel()<CR>
+" julia
+Plug 'JuliaEditorSupport/julia-vim'
+
call plug#end()
" R syntax {{{1

Contact - Imprint