Create coc-settings.json

This commit is contained in:
Jamie Hardt
2022-11-04 12:50:20 -07:00
parent caa5381306
commit da5b743191

5
.vim/coc-settings.json Normal file
View File

@@ -0,0 +1,5 @@
{
"python.linting.pylintEnabled": true,
"python.linting.enabled": true,
"python.linting.mypyEnabled": false
}