Fixed broken CoC settings
This commit is contained in:
parent
6ef2372be6
commit
3fb22a0755
|
@ -147,14 +147,10 @@ in {
|
|||
|
||||
coc = {
|
||||
enable = true;
|
||||
settings = ''
|
||||
{
|
||||
coc.preferences.formatOnSaveFiletypes": [
|
||||
"*"
|
||||
],
|
||||
python.formatting.provider": "black"
|
||||
}
|
||||
'';
|
||||
settings = {
|
||||
"coc.preferences.formatOnSave" = true;
|
||||
"python.formatting.provider" = "black";
|
||||
};
|
||||
|
||||
# Copied the below from coc's README
|
||||
pluginConfig =
|
||||
|
|
Loading…
Reference in a new issue