neovim 

Send to Kindle
home » snippets » vim » neovim



Python

To point Nvim to a specific Python interpreter, set g:python_host_prog:

let g:python_host_prog='/path/to/python'