Added mini.surround, updated some plugin settings
This commit is contained in:
@ -80,9 +80,17 @@ return {
|
||||
})
|
||||
end
|
||||
},
|
||||
'echasnovski/mini.trailspace',
|
||||
{
|
||||
'echasnovski/mini.surround', version = '*'
|
||||
'echasnovski/mini.trailspace',
|
||||
config = function()
|
||||
require('mini.trailspace').setup()
|
||||
end
|
||||
},
|
||||
{
|
||||
'echasnovski/mini.surround', version = '*',
|
||||
config = function()
|
||||
require('mini.surround').setup()
|
||||
end
|
||||
},
|
||||
{
|
||||
'echasnovski/mini.pairs', branch = 'stable',
|
||||
@ -150,7 +158,7 @@ return {
|
||||
initial_width = 45,
|
||||
hide_statusline = true,
|
||||
todos = {
|
||||
initially_closed = true, -- whether the groups should be initially closed on start. You can manually open/close groups later.
|
||||
initially_closed = false, -- whether the groups should be initially closed on start. You can manually open/close groups later.
|
||||
}
|
||||
})
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user