master #1

Open
oli wants to merge 912 commits from master into lua
Showing only changes of commit 426501b814 - Show all commits

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,
}