-- fzf.vim, fzf -- https://github.com/junegunn/fzf.vim -- https://github.com/junegunn/fzf return { "junegunn/fzf.vim", config = function() vim.keymap.set("n", "", ":Rg!") -- TODO: Use vim.keymap.set vim.cmd("nnoremap len(system('git rev-parse')) ? ':Files!' : ':GFiles!'") end, dependencies = { {"junegunn/fzf"}, }, }