dotfiles/home/.config/nvim/coc-settings.json

19 lines
368 B
JSON

{
"pairs.enableCharacters": [
"(",
"[",
"{",
"'",
"\"",
"`"
],
"diagnostic.checkCurrentLine": true,
"coc.preferences.formatOnSaveFiletypes": [
"json"
],
"python.linting.flake8Enabled": true,
"python.linting.flake8Args": [
"--ignore=ANN204,ANN101,ANN102,ANN002,ANN003"
]
}