Skip to content

metiftikci/todo.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

TODO.md file helper

Resources

License

Stars

Watchers

Forks