coc-python
coc-python copied to clipboard
Pylint always activated, even though it is disabled.
My .vim/coc-settings.json in my workspace is:
{
"python.venvPath": "${workspacePath}/.venv",
"python.linting.pylintEnabled": false,
"python.linting.flake8Enabled": true,
"python.linting.enabled": true
}
But for some reason, coc.nvim keeps telling me pylint isn't installed. Is there some way I'm missing that activates a workspace?
I think it is related to #96.