1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-24 02:20:03 +08:00
SpaceVim/docs/_posts/2019-07-17-Asynchronous-todo-manager.md
2020-05-10 14:05:04 +08:00

816 B

title categories description image commentsID comments
Asynchronous todo manager
feature
blog
Asynchronous todo manager for vim/neovim, show all todo tag and title within current project. https://user-images.githubusercontent.com/13142418/35278709-7856ed62-0010-11e8-8b1e-e6cc6374b0dc.gif Asynchronous todo manager true

Blogs >> Asynchronous todo manager

{{ page.date | date_to_string }}

SpaceVim provides a built-in todo manager, the default key bidning is SPC a o, and the default tags is: 'fixme', 'question', 'todo', 'idea'

todo manager

This plugin also has been detached into vim-todo, you can use it without SpaceVim.