Skip to content

Commit

Permalink
fixup! README: improve FAQ for slowness, add deoplete-jedi
Browse files Browse the repository at this point in the history
  • Loading branch information
blueyed committed Aug 16, 2017
1 parent b3b8350 commit cf71e8a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -230,11 +230,11 @@ The completion is too slow!
2. If it is still slow after the initial completion and you have installed the
python-mode Vim plugin, try disabling its rope mode:

.. code-block:: vim
.. code-block:: vim
let g:pymode_rope = 0
let g:pymode_rope = 0
See issue `#163 <https://github.com/davidhalter/jedi-vim/issues/163>`__.
See issue `#163 <https://github.com/davidhalter/jedi-vim/issues/163>`__.

3. You can also use `deoplete-jedi <https://github.com/zchee/deoplete-jedi>`__
for completions, which uses Jedi, but does completions asynchronously
Expand Down

0 comments on commit cf71e8a

Please sign in to comment.