roxma / python-support.nvim

[DEPRECATED] use a single command :PythonSupportInit to initialize python support for neovim.
25 stars 10 forks source link

Use python interpreter from the host_prog variable #16

Closed thalesmello closed 4 years ago

thalesmello commented 4 years ago

This pull request adjusts the install script to use the interpreter specified in the host_prog variable

tbodt commented 3 years ago

This broke PythonSupportInitPython3 when the host_prog variable is not set: #17