mirror of
https://github.com/folke/snacks.nvim
synced 2025-12-23 08:47:57 +00:00
## Description The scratch module uses `vim.ui.select` which misses the nice things about the picker. This implementation adds scratch picker with ability to create, grep and delete scratch buffers. Couldn't figure out how to prettify the scratch buffer's name so any help would be appreciated. ## Related Issue(s) <!-- If this PR fixes any issues, please link to the issue here. - Fixes #<issue_number> --> ## Screenshots <!-- Add screenshots of the changes if applicable. --> --------- Co-authored-by: Folke Lemaitre <folke.lemaitre@gmail.com> |
||
|---|---|---|
| .. | ||
| _health.lua | ||
| actions.lua | ||
| filter.lua | ||
| finder.lua | ||
| frecency.lua | ||
| input.lua | ||
| list.lua | ||
| main.lua | ||
| matcher.lua | ||
| picker.lua | ||
| preview.lua | ||
| score.lua | ||