Skip to content
This repository has been archived by the owner on Jun 5, 2022. It is now read-only.
/ vim-scala-worksheet Public archive

Tiny Vim plugin that turns your file into interactive worksheet

License

Notifications You must be signed in to change notification settings

sombr/vim-scala-worksheet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

vim-scala-worksheet

Tiny Vim plugin that turns your file into interactive worksheet: demo

Installation

This is just a first sketch of a plugin and it's not particularly pretty, but already quite handy. It requires though VIM compiled with ruby support. Just clone repository into your vim/bundle directory.

Using

Files with extension *.scalaws are interpreted as worksheets and evaluated line by line with evaluation results added as comments to each line. ( It takes a second to evaluate first time because of lazy "scala" execution, but other lines are communicated directly with an existing worksheet instance.

About

Tiny Vim plugin that turns your file into interactive worksheet

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published