https://github.com/tomtom/worksheet_vim
Worksheets (Interaction with an interpreter from VIM)
https://github.com/tomtom/worksheet_vim
Last synced: 3 months ago
JSON representation
Worksheets (Interaction with an interpreter from VIM)
- Host: GitHub
- URL: https://github.com/tomtom/worksheet_vim
- Owner: tomtom
- Created: 2010-04-05T17:45:38.000Z (about 16 years ago)
- Default Branch: master
- Last Pushed: 2015-01-15T20:42:27.000Z (over 11 years ago)
- Last Synced: 2025-02-22T05:27:48.006Z (over 1 year ago)
- Language: VimL
- Homepage:
- Size: 164 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
This plugin provides "worksheets". These are supposed to be somewhat
similar to workbooks in mathematica or maple. Basically, they provide
input fields and related output fields, plus some convenience functions
to move around and deal with the data in the fields.
Currently supported types of worksheet/interpreters:
- vim (surprise! :)
- ruby (requires |+ruby|)
- rubymath (ruby with mathn loaded and Math included)
- sh (shell)
- r_com (R, windows only, requires rdcom and |+ruby|)
-----------------------------------------------------------------------
Status: Minor problems
Dependencies:
hookcursormoved :: http://github.com/tomtom/hookcursormoved_vim
> git clone git://github.com/tomtom/hookcursormoved_vim.git
Install: See http://github.com/tomtom/vimtlib/blob/master/INSTALL.TXT
See http://github.com/tomtom for related plugins.