Iwaniuk Krzysztof 9ebe29ff69 small fix
2024-07-11 20:55:00 +02:00

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,
},
}