snacks.nvim/lua/snacks/picker/source
Axel H. a4b0a85e3b
fix(picker.icons): fix typo in Nerd Fonts and display the full category name (#716)
## Description

Thanks for the icons picker 🙇🏼 

I had one in my dotfiles I was going to contribute, but you have been
faster.
So there it is, I added some things I had in mine

This PR:
- fix a typo in the Nerd Fonts source name (its plural)
- add The category full names to be consistent with emojis
 
<!-- Describe the big picture of your changes to communicate to the
maintainers
  why we should accept this pull request. -->

## Related Issue(s)

<!--
  If this PR fixes any issues, please link to the issue here.
  - Fixes #<issue_number>
-->

## Screenshots

![image](https://github.com/user-attachments/assets/0691b3ac-665a-4d53-92ad-aa3cc56d1546)

<!-- Add screenshots of the changes if applicable. -->

> [!NOTE]
> Would you be interested in some extra sources I was working on ? At
least Math and Box drawing ?

> [!NOTE]
> I would also switch the name the source so Source can be capitalize
like the Category and I think having Source > Category after is easier
to read as the glyph and the icons are actuelly what people search. But
this is personal taste, sp I did not submnitted this change
2025-01-23 13:06:33 +01:00
..
buffers.lua refactor(picker.finder): function signature of finders changed to fun(opts, ctx) 2025-01-22 23:49:56 +01:00
diagnostics.lua refactor(picker.finder): function signature of finders changed to fun(opts, ctx) 2025-01-22 23:49:56 +01:00
files.lua feat(picker): added opts.rtp (bool) to find/grep over files in the rtp. See #680 2025-01-23 13:03:27 +01:00
git.lua refactor(picker): pass finder context to transform 2025-01-22 23:49:56 +01:00
grep.lua feat(picker): added opts.rtp (bool) to find/grep over files in the rtp. See #680 2025-01-23 13:03:27 +01:00
help.lua feat(picker.help): add more color to help tags 2025-01-22 23:49:56 +01:00
icons.lua fix(picker.icons): fix typo in Nerd Fonts and display the full category name (#716) 2025-01-23 13:06:33 +01:00
lazy.lua feat(picker): added lazy source to search for a plugin spec. Closes #680 2025-01-23 13:04:00 +01:00
lines.lua feat(snacks): added snacks.picker (#445) 2025-01-14 22:53:59 +01:00
lsp.lua fix(picker.lsp): use async from ctx 2025-01-23 00:13:45 +01:00
meta.lua feat(snacks): added snacks.picker (#445) 2025-01-14 22:53:59 +01:00
proc.lua refactor(picker): pass finder context to transform 2025-01-22 23:49:56 +01:00
qf.lua refactor(picker.finder): function signature of finders changed to fun(opts, ctx) 2025-01-22 23:49:56 +01:00
recent.lua refactor(picker.finder): function signature of finders changed to fun(opts, ctx) 2025-01-22 23:49:56 +01:00
system.lua refactor(picker): pass finder context to transform 2025-01-22 23:49:56 +01:00
vim.lua feat(picker.keymaps): improvements to keymaps picker 2025-01-23 09:14:29 +01:00