美文网首页
How to install and use jedi-vim

How to install and use jedi-vim

作者: yingshaoxo | 来源:发表于2018-01-11 17:39 被阅读16次
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

相关文章

网友评论

      本文标题:How to install and use jedi-vim

      本文链接:https://www.haomeiwen.com/subject/xdjtoxtx.html