Skip to content

Instantly share code, notes, and snippets.

@vipul-sharma20
Created February 4, 2017 07:37
Show Gist options
  • Save vipul-sharma20/e45a182de5ec9dad652db613d0620080 to your computer and use it in GitHub Desktop.
Save vipul-sharma20/e45a182de5ec9dad652db613d0620080 to your computer and use it in GitHub Desktop.
compile vim with python support
  • git clone https://github.com/vim/vim.git
  • cd vim
  • ./configure --with-features=huge --enable-perlinterp=yes --enable-rubyinterp=yes --enable-pythoninterp=yes --enable-multibyte
  • make
  • make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment