We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee01f47 commit d5f062cCopy full SHA for d5f062c
init.lua
@@ -600,6 +600,16 @@ require('lazy').setup({
600
601
{ -- Autoformat
602
'stevearc/conform.nvim',
603
+ keys = {
604
+ {
605
+ '<leader>f',
606
+ function()
607
+ require('conform').format { async = true, lsp_fallback = true }
608
+ end,
609
+ mode = '',
610
+ desc = '[F]ormat buffer',
611
+ },
612
613
opts = {
614
notify_on_error = false,
615
format_on_save = function(bufnr)
0 commit comments