added mini ai

This commit is contained in:
Oliver Hartmann 2024-06-26 11:20:49 +00:00
parent e308de510a
commit 426501b814

10
lua/plugins/mini_ai.lua Normal file
View File

@ -0,0 +1,10 @@
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,
}