fix: formatters and rich presence

This commit is contained in:
chloe 2025-06-02 22:52:20 +02:00
parent d612990dca
commit a781b34d10
2 changed files with 27 additions and 3 deletions

View file

@ -20,5 +20,20 @@
};
globals.mapleader = " ";
autoCmd = [
{
callback = ''
function(args)
require("conform").format({ bufnr = args.buf })
end
'';
event = ["BufWritePre"];
pattern = [
"*"
];
desc = "autoformatting on save";
}
];
}