python formatter
This commit is contained in:
parent
a48a31ea36
commit
e387924ffc
2 changed files with 2 additions and 1 deletions
|
|
@ -509,7 +509,7 @@ require("lazy").setup({
|
|||
formatters_by_ft = {
|
||||
lua = { "stylua" },
|
||||
-- Conform can also run multiple formatters sequentially
|
||||
python = { "black" },
|
||||
python = { "black", "pyright" },
|
||||
|
||||
go = { "gofmt" },
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue