summaryrefslogtreecommitdiff
path: root/vimrc
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2021-02-27 11:42:24 +0100
committerJohannes Ranke <jranke@uni-bremen.de>2021-02-27 11:42:24 +0100
commitfcffefd17b1e679228257fc504bbdf3179113d74 (patch)
tree08c344e217fb6e35a07d9d24bc2cd734cf908b78 /vimrc
parentb7eafd6b952466fe19b198b461f3e98b543dcba9 (diff)
Current status
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