File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -159,8 +159,8 @@ For more examples, refer to example config:
159159``` lua
160160return {
161161 ' nvim-mini/mini.bracketed' ,
162- -- If `opts` or `config = true` is set,
163- -- the config hook calls `require(MAIN).setup(opts)` by default.
162+ -- If `opts` or `config = true` is set, the config hook calls
163+ -- `require(MAIN).setup(opts)` by default.
164164 opts = {}, -- calls `require('mini.bracketed').setup({})`
165165}
166166```
Original file line number Diff line number Diff line change @@ -277,8 +277,8 @@ For more examples, refer to example config:
277277>lua
278278 return {
279279 'nvim-mini/mini.bracketed',
280- -- If `opts` or `config = true` is set,
281- -- the config hook calls `require (MAIN).setup (opts)` by default.
280+ -- If `opts` or `config = true` is set, the config hook calls
281+ -- `require (MAIN).setup (opts)` by default.
282282 opts = {}, -- calls `require (' mini.bracketed' ).setup ({})`
283283 }
284284<
You can’t perform that action at this time.
0 commit comments