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

19 lines
368 B
JSON
Raw Normal View History

2021-09-25 00:41:56 +00:00
{
"pairs.enableCharacters": [
"(",
"[",
"{",
"'",
"\"",
"`"
],
"diagnostic.checkCurrentLine": true,
"coc.preferences.formatOnSaveFiletypes": [
"json"
2021-12-03 13:45:55 +00:00
],
"python.linting.flake8Enabled": true,
"python.linting.flake8Args": [
"--ignore=ANN204,ANN101,ANN102,ANN002,ANN003"
2021-09-25 00:41:56 +00:00
]
}