new-main #1

Open
SailReal wants to merge 90 commits from new-main into main
1 changed files with 10 additions and 0 deletions
Showing only changes of commit 1175f6d25a - Show all commits

View File

@ -600,6 +600,16 @@ require('lazy').setup({
{ -- Autoformat
'stevearc/conform.nvim',
keys = {
{
'<leader>f',
function()
require('conform').format { async = true, lsp_fallback = true }
end,
mode = '',
desc = '[F]ormat buffer',
},
},
opts = {
notify_on_error = false,
format_on_save = function(bufnr)