Update formatting.

This commit is contained in:
CronyAkatsuki 2024-03-16 18:26:22 +01:00
parent 982683f1ec
commit 4f978540de

View File

@ -14,7 +14,8 @@
options = { silent = true; }; options = { silent = true; };
} }
{ {
action = "<cmd>lua require('conform').format({ bufnr = buf, lsp_fallback = true })<cr>"; action =
"<cmd>lua require('conform').format({ bufnr = buf, lsp_fallback = true })<cr>";
key = "<leader>f"; key = "<leader>f";
options = { silent = true; }; options = { silent = true; };
} }