Skip to content

Commit 57878b0

Browse files
Format buffer with f=
1 parent 69f1ad0 commit 57878b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -729,7 +729,7 @@ require('lazy').setup({
729729
cmd = { 'ConformInfo' },
730730
keys = {
731731
{
732-
'<leader>f',
732+
'<leader>f=',
733733
function()
734734
require('conform').format { async = true, lsp_format = 'fallback' }
735735
end,

0 commit comments

Comments
 (0)