vim-aurepl

Repl integration for vim

Stars
3

Purpose

To enable easy repl integration in vim. The inspiration for much of this is LightTables Instarepl and Emacs CIDER inline eval.

This plugin also offers "As you type" evalutation, like below.

This functionality can be switched off with the following config.

let g:aurepl_eval_on_type = 0

Requirements

vim-fireplace.

Installation

Install using your favourite plugin manager, I use vim-plug

Plug 'markwoodhall/vim-aurepl'

Configuration

When you send something to the repl the output of the command will appear inline, you can disable this with the following.

let g:aurepl_eval_inline = 0

Commands

:LineToRepl
:FileToRepl
:SelectionToRepl

License

Copyright © Mark Woodhall. Distributed under the same terms as Vim itself. See :help license