Updated mappings

This commit is contained in:
2024-09-26 19:41:40 +02:00
parent f7415fbba8
commit 03db0710a0
8 changed files with 28 additions and 65 deletions

View File

@@ -28,7 +28,5 @@ return {
end
require("conform").format({ async = true, lsp_format = "fallback", range = range })
end, { range = true })
vim.keymap.set("n", "<leader>bf", "<cmd>Format<CR>", { silent = true, desc = "Format buffer" })
end,
}