mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-03-26 13:50:51 +01:00
Added format on save Python
This commit is contained in:
parent
9b88e0e621
commit
606b937e0f
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Reference in a new issue