All Projects → vim-scripts → Vim R Plugin

vim-scripts / Vim R Plugin

Plugin to work with R

Labels

Projects that are alternatives of or similar to Vim R Plugin

Vim Cheat
View cheatsheets via vim
Stars: ✭ 116 (-6.45%)
Mutual labels:  viml
Workflowish
A todo "plugin" for Vim, inspired by https://workflowy.com/
Stars: ✭ 118 (-4.84%)
Mutual labels:  viml
Tmux Config
Configuration and tools for tmux. Can be used as a Vim plugin.
Stars: ✭ 121 (-2.42%)
Mutual labels:  viml
Vim Jinja
jinja plugins for vim (syntax and indent)
Stars: ✭ 116 (-6.45%)
Mutual labels:  viml
Vim Ruby Xmpfilter
helper for ruby's xmpfilter or seeing_is_believing
Stars: ✭ 117 (-5.65%)
Mutual labels:  viml
Image.vim
View images in Vim, because Vim is awesome!
Stars: ✭ 119 (-4.03%)
Mutual labels:  viml
Ember.vim
Vim plugin for the Emberjs frontend framework
Stars: ✭ 115 (-7.26%)
Mutual labels:  viml
Vim Arduino
Compile and Deploy Arduino sketches in Vim
Stars: ✭ 122 (-1.61%)
Mutual labels:  viml
Vim Nodejs Complete
nodejs 'omnifunc' function of vim
Stars: ✭ 118 (-4.84%)
Mutual labels:  viml
Minimap Vim
Minimap for Vim
Stars: ✭ 121 (-2.42%)
Mutual labels:  viml
Keyboard cat.vim
vim plugin for pretending like you can actually type
Stars: ✭ 116 (-6.45%)
Mutual labels:  viml
Greplace.vim
Global search and replace for VI
Stars: ✭ 116 (-6.45%)
Mutual labels:  viml
Vimrc
vimrc for PHP & Web developers
Stars: ✭ 119 (-4.03%)
Mutual labels:  viml
Incsearch Fuzzy.vim
Stars: ✭ 116 (-6.45%)
Mutual labels:  viml
Vim Qfreplace
Perform the replacement in quickfix.
Stars: ✭ 121 (-2.42%)
Mutual labels:  viml
Cscope.vim
A vim plugin to help you to create/update cscope database and connect to existing proper database automatically.
Stars: ✭ 115 (-7.26%)
Mutual labels:  viml
Vim Space
space.vim - Smart Space key for Vim
Stars: ✭ 118 (-4.84%)
Mutual labels:  viml
Xml.vim
helps editing xml (and [x]html, sgml, xslt) files
Stars: ✭ 123 (-0.81%)
Mutual labels:  viml
Provim
Repository to hold dotfiles and scripts specific to ProVim
Stars: ✭ 122 (-1.61%)
Mutual labels:  viml
Vim Gradle
Simple little vim-bundle that recognizes .gradle files as being groovy syntax
Stars: ✭ 119 (-4.03%)
Mutual labels:  viml

This is a mirror of http://www.vim.org/scripts/script.php?script_id=2628

This plugin improves Vim's support for editing R code and makes it possible to integrate Vim with R. The functionality is similar to what you can find in Tinn-R and ESS mode of Emacs. This filetype plugin uses Tmux (Linux, OS X, or other Unix) or a C library (Microsoft Windows) or Apple Script (Mac OS X) to send commands to R. The communication with R also depends on the R package vimcom.

Screenshots and Debian package: http://www.lepem.ufc.br/jaa/vim-r-plugin.html Comments and general questions: https://groups.google.com/forum/#!forum/vim-r-plugin Development code and bug report: https://github.com/jcfaria/Vim-R-plugin

MAIN FEATURES:

  • Communication with R.

  • Omni completion (auto-completion) for R objects and function arguments.

  • Ability to see R's documentation in a Vim's buffer.

  • Object Browser.

  • Syntax highlighting for R, RHelp, RMarkdown and RreStructuredText code.

  • Smart indentation for R, RHelp, RMarkdown and RreStructuredText syntax.

  • Most of the plugin's behavior is customizable.

    For a detailed list of features, see: http://www.lepem.ufc.br/jaa/r-plugin.html#r-plugin-features

USE:

See http://www.lepem.ufc.br/jaa/r-plugin.html#r-plugin-use

FILES:

See http://www.lepem.ufc.br/jaa/r-plugin.html#r-plugin-files

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].