Added python in the coc-settings fixed problem in MacOS

This commit is contained in:
Marcin Woźniak 2021-10-17 14:31:43 +02:00
parent a495fc074c
commit da5fd8f556

View File

@ -1,5 +1,6 @@
{ {
"python.formatting.provider": "black", "python.formatting.provider": "black",
"python.pythonPath": "python3",
"coc.preferences.formatOnSaveFiletypes": [ "coc.preferences.formatOnSaveFiletypes": [
"sh", "sh",
"yaml", "yaml",