formatting

This commit is contained in:
Osman Faruk Bayram 2025-03-10 20:06:21 +03:00
parent f5ac9c1841
commit 60cfc451ef

View file

@ -10,9 +10,7 @@
formatting.command = [ "${lib.getExe pkgs.nixfmt-rfc-style}" ];
};
};
pyright = {
enable = true;
};
pyright.enable = true;
typos_lsp = {
enable = true;
extraOptions.init_options.diagnosticSeverity = "Hint";