nvim: Fix bracketed configuration

mini.bracketed never received its configuration which is the reason I
had some issues in the past. It was simply wrapped in one too many
layers of tables. Now works as intended.
This commit is contained in:
Marty Oehme 2025-06-21 10:45:04 +02:00
parent 22e8f9761f
commit 8f9954bd8a
Signed by: Marty
GPG key ID: 4E535BC19C61886E

View file

@ -183,7 +183,6 @@ return {
require("mini.align").setup({})
require("mini.bracketed").setup({
{
buffer = { suffix = "b", options = {} },
comment = { suffix = "k", options = {} },
conflict = { suffix = "" }, -- disable to use git-conflict instead
@ -198,7 +197,6 @@ return {
undo = { suffix = "" }, -- disable since I don't need it
window = { suffix = "w", options = {} },
yank = { suffix = "y", options = {} },
},
})
require("mini.comment").setup({
hooks = {