nvim: rename conform, use ruff
crispy-caesus crispy@crispy-caesus.eu
Thu, 05 Mar 2026 20:25:47 +0100
1 files changed,
1 insertions(+),
1 deletions(-)
M
nvim/.config/nvim/lua/crispy/plugins/confrom.lua
→
nvim/.config/nvim/lua/crispy/plugins/conform.lua
@@ -20,7 +20,7 @@ opts = {
-- Define your formatters formatters_by_ft = { lua = { "stylua" }, - python = { "isort", "black" }, + python = { "ruff", "black" }, javascript = { "prettierd", "prettier", stop_after_first = true }, html = { "prettier" }, },