diff --git a/lua/plugins/ruff-format.lua b/lua/plugins/ruff-format.lua new file mode 100644 index 0000000..e758461 --- /dev/null +++ b/lua/plugins/ruff-format.lua @@ -0,0 +1,8 @@ +return { + "stevearc/conform.nvim", + opts = { + formatters_by_ft = { + python = { "ruff_format" }, + }, + }, +}