diff --git a/README.rst b/README.rst index 9ee73d5..ffb6dcd 100644 --- a/README.rst +++ b/README.rst @@ -85,8 +85,10 @@ Example Installation Command using Pathogen: cd ~/.vim/bundle/ && git clone --recursive https://github.com/davidhalter/jedi-vim.git -On Arch Linux, you can also install jedi-vim from official repositories: `vim-jedi -`__. +On Arch Linux, you can also install jedi-vim from official repositories as `vim-jedi +`__. It is also available +on `Debian (≥8) `__ and `Ubuntu (≥14.04) +`__ as vim-python-jedi. Note that the `python-mode `_ VIM plugin seems to conflict with jedi-vim, therefore you should disable it before enabling diff --git a/doc/jedi-vim.txt b/doc/jedi-vim.txt index d50cf77..81b1cda 100644 --- a/doc/jedi-vim.txt +++ b/doc/jedi-vim.txt @@ -17,6 +17,7 @@ Contents *jedi-vim-contents* 2.1. Manually |jedi-vim-installation-manually| 2.2. Using Pathogen |jedi-vim-installation-pathogen| 2.3. Using Vundle |jedi-vim-installation-vundle| + 2.4. Installing from Repositories |jedi-vim-installation-repos| 3. Supported Python features |jedi-vim-support| 4. Usage |jedi-vim-usage| 5. Mappings |jedi-vim-keybindings| @@ -146,6 +147,13 @@ Pathogen simplifies installation considerably. Help tags are generated automatically, so you should be good to go. +------------------------------------------------------------------------------ +2.4. Installing from Repositories *jedi-vim-installation-repos* + +Some Linux distributions have jedi-vim packages in their official +repositories. On Arch Linux, install vim-jedi. On Debian (8+) or Ubuntu +(14.04+) install vim-python-jedi. + ============================================================================== 3. Supported Python features *jedi-vim-support*