14 lines
183 B
Lua
14 lines
183 B
Lua
return {
|
|
'stevearc/conform.nvim',
|
|
opts = {
|
|
formatters_by_ft = {
|
|
python = { "isort", "black" },
|
|
},
|
|
format_on_save = {
|
|
timeout_ms = 500,
|
|
lsp_fallback = true,
|
|
}
|
|
|
|
}
|
|
}
|