dotfiles/cli/vim/coc-settings.json

14 lines
310 B
JSON
Raw Normal View History

2020-06-10 17:04:54 +00:00
{
"npm.binPath": "cnpm",
2020-11-29 18:04:01 +00:00
"python.jediEnabled": false,
2020-06-11 03:20:12 +00:00
"python.linting.flake8Enabled": true,
2020-11-02 04:08:18 +00:00
"python.linting.pylintEnabled": false,
"diagnostic-languageserver.filetypes": {
"sh": "shellcheck"
2021-09-08 02:36:38 +00:00
},
"coc.preferences.formatOnSaveFiletypes": [
"rust",
"go"
]
2020-06-10 17:04:54 +00:00
}