feat(fzf.lua): add fzf plugin configuration

The fzf.lua file is added to the absolute/plugins directory. It contains the configuration for the fzf plugin. The configuration includes the plugin name "junegunn/fzf" and the build command "./install --all". This configuration enables the fzf plugin to be used in the project.
This commit is contained in:
David Ibia
2024-01-14 04:01:10 +01:00
parent de2237fb2c
commit 4273043666

View File

@@ -0,0 +1,4 @@
return {
"junegunn/fzf",
build = "./install --all",
}