mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-12-07 09:35:37 -08:00
11 lines
220 B
Lua
11 lines
220 B
Lua
return {
|
|
{
|
|
'ibhagwan/fzf-lua',
|
|
dependencies = { 'nvim-tree/nvim-web-devicons' },
|
|
config = function()
|
|
-- calling `setup` is optional for customization
|
|
require('fzf-lua').setup {}
|
|
end,
|
|
},
|
|
}
|