return { "sbdchd/neoformat", init = function() -- Prefer Alejandra for Nix files vim.g.neoformat_enabled_nix = { "alejandra" } end, keys = { { "lf", "Neoformat", desc = "Format file" }, }, }