mirror of
https://github.com/webgefrickel/dotfiles
synced 2024-11-17 09:25:52 +00:00
20 lines
264 B
Lua
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,
|
|
},
|
|
})
|