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:
parent
22e8f9761f
commit
8f9954bd8a
1 changed files with 14 additions and 16 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue