Remove duplicate keys

This commit is contained in:
Vladislav 2024-04-13 19:18:41 +02:00
parent 20b85d87a7
commit 10659cdce4
No known key found for this signature in database
GPG Key ID: 07A1CCBD643CA257
1 changed files with 0 additions and 11 deletions

View File

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