Fixed broken CoC settings
This commit is contained in:
parent
6ef2372be6
commit
3fb22a0755
|
@ -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 =
|
||||||
|
|
Loading…
Reference in a new issue