Ansible_workstation/files/dotfiles/nvim/coc-settings.json

12 lines
219 B
JSON

{
"coc.preferences.formatOnSaveFiletypes": [
"rst",
"javascript",
"python",
"json",
"yaml"
],
"python.jediEnabled": false,
"python.formatting.provider": "black"
}