How to install and use jedi-vim

2018-01-11  本文已影响16人  yingshaoxo
1. Remove old Vim first

apt purge vim*

2. Install essential python relyings

apt install python3 python3-dev

3. Pull jedi-vim to local

mkdir ~/.vim
cd ~/.vim
rm * -fr
git clone https://github.com/davidhalter/jedi-vim.git .

4. Install a new Vim version for python support

apt install vim-nox

上一篇 下一篇

猜你喜欢

热点阅读