configuration: replace format = true with format.enable = true
This commit is contained in:
parent
a61d30bc91
commit
c19ae83264
1 changed files with 1 additions and 1 deletions
|
@ -191,7 +191,7 @@
|
||||||
python.enable = true;
|
python.enable = true;
|
||||||
ts = {
|
ts = {
|
||||||
enable = true;
|
enable = true;
|
||||||
format = true;
|
format.enable = true;
|
||||||
lsp.enable = true;
|
lsp.enable = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue