Skip to content

VIM plugin that provides a way to run a Python REPL inside a VIM buffer.

Notifications You must be signed in to change notification settings

VincentVetsch/pyrepl.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 

Repository files navigation

PyREPL

PyREPL is a Vim plugin that provides a way to run something similar to a Python REPL inside a Vim buffer.

Preview

Screenshot:

PyREPL.vim 0.1.2 screenshot

Screencasts:

http://www.youtube.com/user/nadgobp#p/u

Installation

Use pathogen and clone this repo to your ~/.vim/bundle directory or copy the plugin folder to ~/.vim and you're set.

Usage

Inside any buffer use \r to toggle the REPL on or off. Toggling it on will create a new empty buffer every single time.

Requirements

  • VIM 7.0+ compiled with +python
  • Python 2.6+

Todo

[*] Make the thing work with blocks.
[*] Add support for nested blocks.
[*] Add support for decorators.
[ ] Add support for multiline strings.

About

VIM plugin that provides a way to run a Python REPL inside a VIM buffer.

Resources

Stars

Watchers

Forks

Packages

No packages published