mirror of
https://github.com/davidhalter/jedi-vim.git
synced 2025-12-06 18:54:44 +08:00
Add example installation command
It's easier if an example installation command is there for you.
This commit is contained in:
committed by
Justin Cheevers
parent
d9a43db019
commit
bbe2861fa1
@@ -41,6 +41,7 @@ nagev (@np1)
|
|||||||
Chris Lasher (@gotgenes) <chris.lasher@gmail.com>
|
Chris Lasher (@gotgenes) <chris.lasher@gmail.com>
|
||||||
Doan Thanh Nam (@tndoan)
|
Doan Thanh Nam (@tndoan)
|
||||||
Markus Koller (@toupeira)
|
Markus Koller (@toupeira)
|
||||||
|
Justin Cheevers @justincheevers
|
||||||
|
|
||||||
|
|
||||||
@something are github user names.
|
@something are github user names.
|
||||||
|
|||||||
@@ -73,6 +73,13 @@ The first thing you need after that is an up-to-date version of Jedi. You can
|
|||||||
either get it via ``pip install jedi`` or with ``git submodule update --init``
|
either get it via ``pip install jedi`` or with ``git submodule update --init``
|
||||||
in your jedi-vim repository.
|
in your jedi-vim repository.
|
||||||
|
|
||||||
|
Example Installation Command using Pathogen:
|
||||||
|
|
||||||
|
.. code-block:: sh
|
||||||
|
|
||||||
|
cd ~/.vim/bundle/ && git clone --recursive https://github.com/davidhalter/jedi-vim.git
|
||||||
|
|
||||||
|
|
||||||
On Arch Linux, you can also install jedi-vim from AUR: `vim-jedi
|
On Arch Linux, you can also install jedi-vim from AUR: `vim-jedi
|
||||||
<https://aur.archlinux.org/packages/vim-jedi/>`__.
|
<https://aur.archlinux.org/packages/vim-jedi/>`__.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user