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" },
|
||||
|
||||
|
|
|
|||
|
|
@ -22,6 +22,7 @@
|
|||
nixfmt-rfc-style
|
||||
gcc
|
||||
typst
|
||||
python313Full
|
||||
];
|
||||
defaultEditor = true;
|
||||
viAlias = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue