snacks.nvim/lua/snacks/picker
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
..
config feat(picker): added lazy source to search for a plugin spec. Closes #680 2025-01-23 13:04:00 +01:00
core fix(picker): don't try showing the preview when the picker is closed. Fixes #714 2025-01-23 12:46:45 +01:00
source fix(picker.icons): fix typo in Nerd Fonts and display the full category name (#716) 2025-01-23 13:06:33 +01:00
util feat(picker): added opts.rtp (bool) to find/grep over files in the rtp. See #680 2025-01-23 13:03:27 +01:00
actions.lua fix(picker): don't jump to invalid positions. Fixes #712 2025-01-23 12:43:33 +01:00
format.lua fix(picker): don't jump to invalid positions. Fixes #712 2025-01-23 12:43:33 +01:00
init.lua feat(picker): multi source picker. Combine multiple pickers (as opposed to just finders) in one picker 2025-01-22 23:49:56 +01:00
preview.lua fix(picker.preview): clear buftype for file previews 2025-01-21 12:24:16 +01:00
select.lua fix(picker.config): better config merging and tests 2025-01-17 20:36:33 +01:00
sort.lua feat(picker.sort): default sorter can now sort by len of a field 2025-01-17 09:40:38 +01:00
transform.lua feat(picker.finder): optional transform function 2025-01-22 23:49:56 +01:00