mirror of
https://github.com/boxpositron/absolute-vim.git
synced 2026-02-28 19:50:38 +00:00
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:
4
lua/absolute/plugins/fzf.lua
Normal file
4
lua/absolute/plugins/fzf.lua
Normal file
@@ -0,0 +1,4 @@
|
||||
return {
|
||||
"junegunn/fzf",
|
||||
build = "./install --all",
|
||||
}
|
||||
Reference in New Issue
Block a user