Fuzzy Tab Completions
Fuzzy Tab Completion
tdo
added support for tab file completions in the 2.0 release:
https://github.com/2KAbhishek/tdo/releases/tag/2.0
tdo.nvim builds on top of the completion feature by adding fuzzy completion support in the 1.3 release:
You can use it to quickly switch between tasks or projects.
:Tdo <tab>
to try it out
Note: you will need to be on tdo 2.0 and tdo.nvim 1.3 to use this feature.
What's Changed
- Implement fuzzy completion by @2KAbhishek in #6
- Issue raised by @0xricksanchez in #5
Full Changelog: 1.2...1.3