You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
264 B
Lua

require('fzf-lua').setup({
files = {
multiprocess = true,
},
grep = {
multiprocess = true,
},
git = {
files = {
multiprocess = true,
},
},
winopts = {
width = 0.98,
height = 0.89,
row = 0.55,
col = 0.48,
},
})