dotfiles/cli/vim/coc-settings.json

14 lines
310 B
JSON

{
"npm.binPath": "cnpm",
"python.jediEnabled": false,
"python.linting.flake8Enabled": true,
"python.linting.pylintEnabled": false,
"diagnostic-languageserver.filetypes": {
"sh": "shellcheck"
},
"coc.preferences.formatOnSaveFiletypes": [
"rust",
"go"
]
}