kickstart.nvim/lua/custom/plugins/fzf.lua

4 lines
51 B
Lua
Raw Normal View History

return{
"junegunn/fzf",
build = "./install --bin"
}