conform formatting

This commit is contained in:
Christoph J. Scherr 2024-02-15 16:25:36 +01:00
parent a39c322ca7
commit 6b02194e4d
Signed by: cscherrNT
GPG Key ID: 8E2B45BC51A27EA7
1 changed files with 2 additions and 1 deletions

View File

@ -410,7 +410,8 @@ M.edit = {
-- format with conform
["<leader>ff"] = {
function()
vim.lsp.buf.format()
-- vim.lsp.buf.format()
require("conform").format()
end,
"format buffer",
},