An open API service indexing awesome lists of open source software.

https://github.com/foxcpp/todo.vim

The best TODO list tool ever created
https://github.com/foxcpp/todo.vim

Last synced: 11 days ago
JSON representation

The best TODO list tool ever created

Awesome Lists containing this project

README

          

# todo.vim

The best TODO editor ever created.

Adds simple syntax highlighting and one simple mapping for files named "TODO"
(or "todo").

Format recognized is as follows:
```
[ ] Full of fancy features
[x] Literally vim
```

`` toggles the check mark for the current line.