mirror of
https://github.com/boxpositron/absolute-vim.git
synced 2026-02-28 19:50:38 +00:00
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.
5 lines
62 B
Lua
5 lines
62 B
Lua
return {
|
|
"junegunn/fzf",
|
|
build = "./install --all",
|
|
}
|