nvim: Added coc-settings.json
This commit is contained in:
parent
a94475d54e
commit
cfd32ec25b
1 changed files with 6 additions and 0 deletions
6
.config/nvim/coc-settings.json
Normal file
6
.config/nvim/coc-settings.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"python.linting.enabled": true,
|
||||
"python.linting.flake8Enabled": true,
|
||||
"python.linting.pylintEnabled": false,
|
||||
"python.formatting.provider": "black"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue