-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
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' })
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels