Skip to content

Commit

Permalink
feat(fzf-lua): add find treesitter
Browse files Browse the repository at this point in the history
  • Loading branch information
RayGuo-ergou committed Jan 14, 2025
1 parent 683fdf0 commit b1da3b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nvim/lua/ergou/plugins/fzf-lua.lua
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ return {
{ '<leader>ff', ergou.pick('files'), desc = 'Find Files (root dir)' },
{ '<leader>fF', ergou.pick('files', { root = false }), desc = 'Find Files (cwd)' },
{ '<leader>gf', '<cmd>FzfLua git_files<cr>', desc = 'Find Files (git-files)' },
{ '<leader>ft', '<cmd>FzfLua treesitter<cr>', desc = 'Find Treesitter' },
{ '<leader>:', '<cmd>FzfLua command_history<cr>', desc = 'Command History' },
{
'<leader><space>',
Expand Down

0 comments on commit b1da3b0

Please sign in to comment.