[nvim] Use neovim env if available
This commit is contained in:
@@ -271,3 +271,6 @@ if has("macunix")
|
||||
" Required for virtualenvs
|
||||
let g:python3_host_prog="/usr/local/bin/python3"
|
||||
endif
|
||||
if filereadable(expand("~/python-envs/neovim/bin/python3"))
|
||||
let g:python3_host_prog="~/python-envs/neovim/bin/python3"
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user