Skip to content

Conversation

moreka
Copy link
Contributor

@moreka moreka commented Mar 31, 2025

Brings the functionality of vimtex#fzf#run to lua. To use, simply run

require("vimtex.fzf-lua").run()

It also accepts layers, e.g., require("vimtex.fzf-lua").run("ctl") will only show content, todos, and labels.

moreka added 2 commits March 31, 2025 01:21
Brings the functionality of `vimtex#fzf#run` to lua. To use, simply run

```lua
require("vimtex.fzf-lua").run()
```
It also accepts layers, e.g., `require("vimtex.fzf-lua").run("ctl")`
will only show content, todos, and labels.
lervag added a commit that referenced this pull request Mar 31, 2025
@lervag lervag merged commit 01b34e5 into lervag:master Mar 31, 2025
@lervag
Copy link
Owner

lervag commented Mar 31, 2025

Thanks! I've added some docs and an example for making it easy to test it. I also made some minor adjustments; please update and test, and feel free to propose further improvements.

@moreka
Copy link
Contributor Author

moreka commented Apr 1, 2025

Thanks @lervag!

@moreka moreka deleted the fzf-lua branch April 1, 2025 13:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants