So, the UI for find references looks pretty good. I should figure out if there is a way to git grep...
vim.keymap.set('n', '<leader>gg', function()
require('fzf-lua').live_grep({ cmd = 'git grep --line-number --column --color=always' })
end, { desc = 'Git Grep Live' })
So, the UI for
find referenceslooks pretty good. I should figure out if there is a way to git grep...