index — dots-the-third @ 5d79d7644fd63cdbe129ea9a3f26e83e6fdf5f30

I don't need nix, I have a way worse solution!

nvim: rename conform, use ruff
crispy-caesus crispy@crispy-caesus.eu
Thu, 05 Mar 2026 20:25:47 +0100
commit

5d79d7644fd63cdbe129ea9a3f26e83e6fdf5f30

parent

43d45ab2ca7c3393f2041b669a2420a23204d3e1

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M nvim/.config/nvim/lua/crispy/plugins/confrom.luanvim/.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" }, },