Skip to content

vim-scripts/R-MacVim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

R-MacVim

A simple R plugin for MacVim.

What is it?

Installation

  • Copy the file r.vim to ~/.vim/ftplugin/

  • You can change the key mappings by

      let g:r_macvim_RSource     = '<D-R>'
      let g:r_macvim_RSend       = '<D-r>'
      let g:r_macvim_RChgWorkDir = '<D-d>'
      let g:r_macvim_RComment    = '<D-3>'
    
  • If you want to use R.app instead of R64.app, also add the following to your .vimrc file:

      let g:r_macvim_use32 = 1
    

About

R plugin for MacVim (R Vim Mac, R MacVim)

Resources

Stars

Watchers

Forks

Packages

No packages published