diff --git a/init.lua b/init.lua index 5f8dea4c..e7b26c37 100644 --- a/init.lua +++ b/init.lua @@ -652,17 +652,6 @@ require('lazy').setup({ }, event = { 'BufWritePre' }, cmd = { 'ConformInfo' }, - keys = { - { - -- Customize or remove this keymap to your liking - 'f', - function() - require('conform').format { async = true, lsp_fallback = true } - end, - mode = '', - desc = 'Format buffer', - }, - }, init = function() -- If you want the formatexpr, here is the place to set it vim.o.formatexpr = "v:lua.require'conform'.formatexpr()"