helix
helix copied to clipboard
Add preview for scratch buffers in buffer picker
Resolves #3420.
The diff is quite big mostly because a big block in picker.rs
is now indented more...
would it be too on-the-nose to call it a
File
instead ofPathOrId
?
I feel like File
is less descriptive, and also more confusing as people might assume it is std::fs::File
or tokio::fs::File
.
Can you resolve the conflict here? Looks good to merge otherwise
Thanks for working on this!