Closed ryanking8215 closed 6 years ago
How to customize python path for jedi complemention? It can be customized by g:deoplete#sources#jedi#python_path in deoplete.nvim like
g:deoplete#sources#jedi#python_path
let g:deoplete#sources#jedi#python_path = /opt/python3.6/bin/python3.6
How to do that with ncm? Thanks.
Btw, ncm is an awesome vim plugin.
Unfortunately this is impossible without setting the global g:python3_host_prog
How to customize python path for jedi complemention? It can be customized by
g:deoplete#sources#jedi#python_path
in deoplete.nvim likeHow to do that with ncm? Thanks.
Btw, ncm is an awesome vim plugin.