Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 320 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 320 Bytes

Todo Vim Helper Plugin

  1. Create TODO.md file
  2. When you write - [ ] todo.vim adds @created(mm/dd) to end of the line
  3. 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)