Fixed broken CoC settings

This commit is contained in:
Alejandro Angulo 2023-06-10 18:36:56 -07:00
parent 6ef2372be6
commit 3fb22a0755
Signed by: alejandro-angulo
GPG key ID: 75579581C74554B6

View file

@ -147,14 +147,10 @@ in {
coc = { coc = {
enable = true; enable = true;
settings = '' settings = {
{ "coc.preferences.formatOnSave" = true;
coc.preferences.formatOnSaveFiletypes": [ "python.formatting.provider" = "black";
"*" };
],
python.formatting.provider": "black"
}
'';
# Copied the below from coc's README # Copied the below from coc's README
pluginConfig = pluginConfig =