Added format on save Python

This commit is contained in:
Luj 2023-01-20 00:28:35 +01:00
parent 42f02b002b
commit afb7acc0e3

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";