1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-24 06:40:05 +08:00
SpaceVim/docs/_posts/2017-02-20-install-vim-or-neovim-with-python-support.md
2021-08-27 10:25:02 +08:00

782 B

title categories description comments commentsID
Install vim/neovim with python support blog How to build vim or neovim from source with python enabled? true Install neovim or vim

Install Vim/Neovim with Python support

This artical will tell you how to install vim and neovim, and how to enable +python3 support.

Install Neovim

Windows

On Windows, the easiest way to install Neovim is to download Neovim.zip from neovim release page. and extract it into C:\Neovim. You can also add C:\Neovim\bin to your PATH.

Linux

You can install neovim or vim with default package manager.

Ubuntu

sudo apt install neovim

Arch Linux

sudo pacman -S neovim