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 a8eeb7f7f6
commit e0c7cad5cf
Signed by: y0rune
GPG Key ID: F204C385F57EB348

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",