2017-02-20 22:05:01 +08:00
|
|
|
---
|
|
|
|
title: "Install vim/neovim with python support"
|
2018-05-27 20:54:33 +08:00
|
|
|
categories: blog
|
2017-02-20 22:05:01 +08:00
|
|
|
excerpt: "How to build vim or neovim from source with python enabled?"
|
2018-01-25 22:57:56 +08:00
|
|
|
comments: true
|
2018-07-05 16:16:34 +08:00
|
|
|
commentsID: "Install vim/neovim with python support"
|
2017-02-20 22:05:01 +08:00
|
|
|
---
|
|
|
|
|
|
|
|
|
2018-05-12 19:01:00 +08:00
|
|
|
# Installation of neovim/vim with python support
|
2017-02-20 22:05:01 +08:00
|
|
|
|
|
|
|
> [neovim installation](https://github.com/neovim/neovim/wiki/Installing-Neovim)
|
|
|
|
|
|
|
|
> [Building Vim from source](https://github.com/Valloric/YouCompleteMe/wiki/Building-Vim-from-source)
|