Links
Python
- Remote Plugin
- Docs for
@neovim.plugin
,@neovim.autocmd
,@neovim.function
, …
- Docs for
- neovim/python-client
- decorators.py
@neovim.plugin
,@neovim.autocmd
,@neovim.function
, …
- decorators.py
To point Nvim to a specific Python interpreter, set g:python_host_prog
:
let g:python_host_prog='/path/to/python'