This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| return { | |
| 'ibhagwan/fzf-lua', | |
| dependencies = { 'nvim-tree/nvim-web-devicons' }, | |
| event = 'VeryLazy', | |
| config = function() | |
| local actions = require('fzf-lua').actions | |
| -- Helper function to create horizontal layout | |
| local function with_horizontal_layout(fzf_func, opts) | |
| return function() | |
| local config = vim.tbl_deep_extend('force', opts or {}, { |