summaryrefslogtreecommitdiff
path: root/lua/plugins/fzf.lua
blob: e622d29327d9c81087336b81448478c8227cf2f0 (plain) (blame)
1
2
3
4
5
6
return {
  "ibhagwan/fzf-lua",
  -- optional for icon support
  dependencies = { "nvim-tree/nvim-web-devicons" },
  opts = {}
};