Skip to content

Instantly share code, notes, and snippets.

@yingshaoxo
Created January 11, 2018 09:37
Show Gist options
  • Save yingshaoxo/1d5cb8c239cf5b9982751122b023d1d7 to your computer and use it in GitHub Desktop.
Save yingshaoxo/1d5cb8c239cf5b9982751122b023d1d7 to your computer and use it in GitHub Desktop.
How to install and use jedi-vim in Kali System
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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment