blank slate

This commit is contained in:
2026-04-09 20:35:13 +01:00
parent cfc5baa8ad
commit 761f890b10
20 changed files with 0 additions and 810 deletions

View File

@@ -1,17 +0,0 @@
return {
"stevearc/conform.nvim",
config = function()
require("conform").setup({
formatters_by_ft = {
lua = { "stylua" },
javascript = { "prettier" },
python = { "black" },
nix = { "nixfmt" },
css = { "prettier" },
rust = { "rustfmt" },
},
format_on_save = true,
undojoin = true,
})
end,
}