Coc-python

From wikinotes
Revision as of 00:43, 27 December 2021 by Will (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

NOTE:

unmaintained, use coc-pyright instead

Documentation

github https://github.com/neoclide/coc-python

Locations

/home/will/.config/coc/extensions/node_modules/coc-python install dir
~/.config/coc/memos.json directory specific data

Install

python -m pip install jedi
python -m pip install pylint
:CocInstall coc-python

Configuration

" Interactive Choice
:CocCommand python.setInterpreter

" Scriptable Choice
call coc#config('python', {"pythonPath": "/home/jtprince/.pyenv/versions/plotformer-3.7.4/bin/python"})