Fix: format keybinding now actually formats the code if format on save
is disabled
This commit is contained in:
parent
e67f14395a
commit
04ffc6f57e
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ function M.setup()
|
|||
end
|
||||
|
||||
utils.set_keymap_list({
|
||||
{ "<leader>ff", function() M.format() end },
|
||||
{ "<leader>ff", function() M.format(true) end },
|
||||
{ "<leader>fe", function() M.format_enable() end },
|
||||
{ "<leader>fd", function() M.format_disable() end },
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue