feat: Added ruff-format

This commit is contained in:
Binciu Viorel 2024-05-26 11:39:59 +03:00
parent 10330f4e8f
commit 7f32284d52

View file

@ -0,0 +1,8 @@
return {
"stevearc/conform.nvim",
opts = {
formatters_by_ft = {
python = { "ruff_format" },
},
},
}