This repository has been archived on 2024-04-07. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles-old/dotfiles/nvim/coc-settings.json

22 lines
429 B
JSON
Raw Normal View History

2020-06-20 18:58:49 +02:00
{
"python.jediEnabled": true,
"python.linting.pylintEnabled": true,
"python.linting.mypyEnabled": true,
"python.formatting.provider": "black",
"coc.preferences.formatOnSaveFiletypes": [
"python"
],
"languageserver": {
"vala": {
"command": "vala-language-server",
"filetypes": [
"vala",
"genie"
]
}
}
}