python formatter

This commit is contained in:
Noa Aarts 2025-08-15 20:37:47 +02:00
parent a48a31ea36
commit e387924ffc
Signed by: noa
GPG key ID: 1850932741EFF672
2 changed files with 2 additions and 1 deletions

View file

@ -509,7 +509,7 @@ require("lazy").setup({
formatters_by_ft = { formatters_by_ft = {
lua = { "stylua" }, lua = { "stylua" },
-- Conform can also run multiple formatters sequentially -- Conform can also run multiple formatters sequentially
python = { "black" }, python = { "black", "pyright" },
go = { "gofmt" }, go = { "gofmt" },

View file

@ -22,6 +22,7 @@
nixfmt-rfc-style nixfmt-rfc-style
gcc gcc
typst typst
python313Full
]; ];
defaultEditor = true; defaultEditor = true;
viAlias = true; viAlias = true;