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
2020-06-25 12:09:48 -03:00

22 lines
429 B
JSON

{
"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"
]
}
}
}