feat: function to re-open the most recent search#371
Draft
justDeeevin wants to merge 3 commits intodmtrKovalenko:mainfrom
Draft
feat: function to re-open the most recent search#371justDeeevin wants to merge 3 commits intodmtrKovalenko:mainfrom
justDeeevin wants to merge 3 commits intodmtrKovalenko:mainfrom
Conversation
This entirely overrode libraries sent from lsp clients. It makes more sense for individuals to configure their location of the neovim library (not everyone has it installed with homebrew!), and others can be handled with tools like LazyDev.
Author
|
Draft because I can't seem to retain the preview... I got rid of line 595, but that isn't cutting it. Unsure what else could be clearing the preview. I could always opt to update the preview instead but that feels wasteful |
Merged
Owner
|
plz revert the formatting changes |
Replicates the "resume" functionality of telescope and Snacks.nvim.picker (see dmtrKovalenko#159)
Author
|
Gotcha, wasn't sure whether that would be agreeable so i figured i'd leave it in. Pretty easy to just get rid of the commit b/c jujutsu vcs :3 What do you think of the changes? Any advice or insights about the preview problem? |
Owner
|
Does it work? Do you still want to proceee with changes |
Author
|
Resuming the previous search works for all but the preview, which I'm seeking advice on. It could technically go in as-is but I really want to pin this down. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Replicates the "resume" functionality of telescope and Snacks.nvim.picker (see #159)
Fairly simple to do; just retain the previous state.