better naming

This commit is contained in:
jordanyono 2025-11-23 17:59:16 -05:00
parent fea500cefb
commit 819633aec1
1 changed files with 1 additions and 1 deletions

View File

@ -580,7 +580,7 @@ require('lazy').setup({
return { '--hidden', '--no-ignore', '--no-ignore-parent', '--glob=!**/.git/*' } return { '--hidden', '--no-ignore', '--no-ignore-parent', '--glob=!**/.git/*' }
end, end,
} }
end, { desc = '[S]earch [A]ll [G]rep)' }) end, { desc = '[S]earch [A]ll Files [G]rep)' })
vim.keymap.set('n', '<leader>saf', function() vim.keymap.set('n', '<leader>saf', function()
builtin.find_files { builtin.find_files {