mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 03:00:06 +08:00
816 B
816 B
title | categories | description | image | commentsID | comments | ||
---|---|---|---|---|---|---|---|
Asynchronous todo manager |
|
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'
This plugin also has been detached into vim-todo, you can use it without SpaceVim.