From 10659cdce450b939296214723fbdd4d00bac19a6 Mon Sep 17 00:00:00 2001 From: Vladislav Date: Sat, 13 Apr 2024 19:18:41 +0200 Subject: [PATCH] Remove duplicate keys --- init.lua | 11 ----------- 1 file changed, 11 deletions(-) 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()"