Added format on save Python

This commit is contained in:
Julien Malka 2023-01-20 00:28:35 +01:00
parent 9b88e0e621
commit 606b937e0f
Signed by: Luj
GPG key ID: 6FC74C847011FD83

View file

@ -33,7 +33,7 @@ with lib;
coc = {
enable = true;
settings = {
coc.preferences.formatOnSaveFiletypes = [ "nix" "rust" "sql" ];
coc.preferences.formatOnSaveFiletypes = [ "nix" "rust" "sql" "python" ];
languageserver = {
nix = {
command = "rnix-lsp";