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", },