From a9b0af3167d3ce0549d4e0141f61cd9f876e2bf0 Mon Sep 17 00:00:00 2001 From: kiryph Date: Sun, 19 Jun 2016 13:33:58 +0200 Subject: [PATCH] Add vim editor plugin deoplete-jedi --- README.rst | 3 ++- docs/docs/usage.rst | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index af967db0..4f1ad56b 100644 --- a/README.rst +++ b/README.rst @@ -32,7 +32,7 @@ It's really easy. Jedi can currently be used with the following editors: -- Vim (jedi-vim_, YouCompleteMe_) +- Vim (jedi-vim_, YouCompleteMe_, deoplete-jedi_) - Emacs (Jedi.el_, company-mode_, elpy_, anaconda-mode_, ycmd_) - Sublime Text (SublimeJEDI_ [ST2 + ST3], anaconda_ [only ST3]) - SynWrite_ @@ -180,6 +180,7 @@ For more detailed information visit the `testing documentation .. _jedi-vim: https://github.com/davidhalter/jedi-vim .. _youcompleteme: http://valloric.github.io/YouCompleteMe/ +.. _deoplete-jedi: https://github.com/zchee/deoplete-jedi .. _Jedi.el: https://github.com/tkf/emacs-jedi .. _company-mode: https://github.com/syohex/emacs-company-jedi .. _elpy: https://github.com/jorgenschaefer/elpy diff --git a/docs/docs/usage.rst b/docs/docs/usage.rst index 48a692c7..7bff4317 100644 --- a/docs/docs/usage.rst +++ b/docs/docs/usage.rst @@ -21,6 +21,7 @@ Vim: - jedi-vim_ - YouCompleteMe_ +- deoplete-jedi_ Emacs: @@ -94,6 +95,7 @@ Using a custom ``$HOME/.pythonrc.py`` .. _jedi-vim: https://github.com/davidhalter/jedi-vim .. _youcompleteme: http://valloric.github.io/YouCompleteMe/ +.. _deoplete-jedi: https://github.com/zchee/deoplete-jedi .. _Jedi.el: https://github.com/tkf/emacs-jedi .. _elpy: https://github.com/jorgenschaefer/elpy .. _anaconda-mode: https://github.com/proofit404/anaconda-mode