Todo Vim Helper Plugin Create TODO.md file When you write - [ ] todo.vim adds @created(mm/dd) to end of the line When you write - [x] todo.vim adds @done(mm/dd) to end of the line Install Packer require('packer').startup(function() use 'metiftikci/todo.vim' end)