diff --git a/README.rst b/README.rst index 2c73c840..dc8e4e53 100644 --- a/README.rst +++ b/README.rst @@ -79,12 +79,17 @@ You need a VIM version that was compiled with Python 2.7 or later Manual installation ------------------- +The plugin uses `git` submodules to fetch the vendored versions of Jedi. -You might want to use `pathogen `_ or -`Vundle `_ to install jedi-vim. +To install using standard Vim 8 plugin system: + +.. code-block:: sh -The first thing you need after that is an up-to-date version of Jedi. Install -``git submodule update --init --recursive`` in your jedi-vim repository. + mkdir -p ~/.vim/pack/git-plugins/start + git clone --recursive https://github.com/davidhalter/jedi-vim.git ~/.vim/pack/git-plugins/start/jedi-vim + +Or you might want to use `pathogen `_ or +`Vundle `_ to install jedi-vim. Example installation command using Pathogen: