This repository was archived by the owner on Apr 17, 2025. It is now read-only.
Replies: 1 comment 4 replies
-
|
Does this work for now? require('legendary').find({ select_prompt = vim.api.nvim_buf_get_name(0) })I can include more customization options/mechanisms in V2, see #191 coming soon |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Occasionally after I select a command to execute but no effect being taken, after that I realize the active buffer is not the correct one.
For example, when I filter
NvimTreeFindFileand press enter, no effect because the active buffer is the nvim-tree buffer, this happens a lot.Beta Was this translation helpful? Give feedback.
All reactions