starter/lua/plugins/ruff-format.lua
2024-05-26 11:39:59 +03:00

8 lines
120 B
Lua

return {
"stevearc/conform.nvim",
opts = {
formatters_by_ft = {
python = { "ruff_format" },
},
},
}