Skip to content

Releases: 2KAbhishek/tdo.nvim

Fuzzy Tab Completions

22 Feb 04:49
Compare
Choose a tag to compare

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

Full Changelog: 1.2...1.3

Multi file support

22 Jul 05:04
f8d4ee2
Compare
Choose a tag to compare

tdo.nvim 1.2: Multiple files support

This is to support the new feature in tdo 1.9 where it can return multiple files for Tdo note-name command.

  • feat: add support for multiple files

1.1

08 Feb 02:59
Compare
Choose a tag to compare
1.1

What's Changed

Breaking Change

  • feat!: TdoPending has been changed to TdoTodos and has a bug fix, you should be able to see all your incomplete todos easily not!

Please update your configs if you are using TdoPending

  • docs: add missing comma in README by @markis in #1

New Contributors

  • @markis made their first contribution in #1

Thanks a lot for the contribution @markis

Full Changelog: 1.0...1.1

tdo.nvim 1.0

05 Feb 09:59
Compare
Choose a tag to compare

This is the first release of tdo.nvim.

tdo.nvim integrates tdo into your neovim workflow to make managing notes and todos super simple and fast.

Full Changelog: https://github.com/2KAbhishek/tdo.nvim/commits/1.0