This commit is contained in:
2025-08-10 14:02:33 +02:00
parent 36f51bb73c
commit bc65b628dd
13 changed files with 246 additions and 94 deletions

View File

@@ -8,12 +8,12 @@ return {
cmd = { 'ConformInfo' },
keys = {
{
'<leader>f',
'<leader>bf',
function()
require('conform').format { async = true, lsp_format = 'fallback' }
end,
mode = '',
desc = '[F]ormat buffer',
desc = '[F]ormat [B]uffer',
},
},
opts = {
@@ -42,4 +42,5 @@ return {
},
},
},
}
}