From 0764fd397fc9b3d8fd0eb2d76a616bde2bf6daf0 Mon Sep 17 00:00:00 2001 From: Julia Medina Date: Mon, 7 Jul 2014 01:28:39 -0300 Subject: [PATCH] Add jedi to vim plugins --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index af7802c0..de1e4595 100644 --- a/README.md +++ b/README.md @@ -797,6 +797,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by * Vim * [Python-mode](https://github.com/klen/python-mode) - An all in one plugin for turning Vim into a Python IDE. + * [Jedi-vim](https://github.com/davidhalter/jedi-vim) - Vim bindings for the [Jedi](https://github.com/davidhalter/jedi) autocompletion library for Python. * Emacs * [Elpy](https://github.com/jorgenschaefer/elpy) - Emacs Python Development Environment. * Sublime Text