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
- Host: GitHub
- URL: https://github.com/foxcpp/todo.vim
- Owner: foxcpp
- License: wtfpl
- Created: 2020-03-06T01:09:42.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-06T01:12:09.000Z (about 6 years ago)
- Last Synced: 2025-07-31T22:45:38.372Z (8 months ago)
- Language: Vim script
- Homepage:
- Size: 1.95 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.