mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-22 20:41:04 +00:00
8 lines
120 B
Lua
8 lines
120 B
Lua
return {
|
|
"stevearc/conform.nvim",
|
|
opts = {
|
|
formatters_by_ft = {
|
|
python = { "ruff_format" },
|
|
},
|
|
},
|
|
}
|