11 lines
216 B
Lua
11 lines
216 B
Lua
return {
|
|
'echasnovski/mini.ai',
|
|
config = function()
|
|
require('mini.ai').setup({
|
|
-- Number of lines within which textobject is searched
|
|
n_lines = 150,
|
|
search_method = 'cover',
|
|
})
|
|
end,
|
|
}
|