From 6b02194e4d47b965824fdce82b6457cc92bf61b7 Mon Sep 17 00:00:00 2001 From: "Christoph J. Scherr" Date: Thu, 15 Feb 2024 16:25:36 +0100 Subject: [PATCH] conform formatting --- lua/custom/mappings.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lua/custom/mappings.lua b/lua/custom/mappings.lua index 0dcfdc2..2c5d8f4 100644 --- a/lua/custom/mappings.lua +++ b/lua/custom/mappings.lua @@ -410,7 +410,8 @@ M.edit = { -- format with conform ["ff"] = { function() - vim.lsp.buf.format() + -- vim.lsp.buf.format() + require("conform").format() end, "format buffer", },