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