Reformat utilities.lua

This commit is contained in:
2025-12-18 22:54:27 +00:00
parent 2dec8af915
commit 5def28d407

View File

@@ -33,8 +33,18 @@ local noice = {
return { return {
-- noice, -- noice,
{ 'echasnovski/mini.comment', opts = { options = { ignore_blank_line = true } } }, {
{ 'tpope/vim-unimpaired', lazy = false }, 'echasnovski/mini.comment',
opts = {
options = {
ignore_blank_line = true,
}
},
},
{
'tpope/vim-unimpaired',
lazy = false,
},
{ 'stevearc/dressing.nvim' }, { 'stevearc/dressing.nvim' },
{ 'kevinhwang91/nvim-bqf' }, { 'kevinhwang91/nvim-bqf' },
} }