Skip to content

Instantly share code, notes, and snippets.

@vivekrk1992
Last active April 21, 2020 10:50
Show Gist options
  • Save vivekrk1992/a0c1c4164ff9af62384ca1aaaf384b27 to your computer and use it in GitHub Desktop.
Save vivekrk1992/a0c1c4164ff9af62384ca1aaaf384b27 to your computer and use it in GitHub Desktop.
NVIM Django config
/home/vivek/.config/nvim/coc-settings.json
{
"python.pythonPath": "~/Software/virtualenv/pinin/bin/python3",
"python.pythonPath": "~/Software/virtualenv/ezeecorp/bin/python3",
"python.linting.pylintEnabled": false,
"python.linting.enabled": false,
"python.jediEnabled": false
}
:CocCommand
python.setInterpreter
select which interpreter you want by number
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment