Skip to content

jaibhavaya/todo-nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

todo-nvim

a very simple todo list plugin for neovim

Install via packer:

use {
    "jaibhavaya/todo-nvim",
    config = function()
        require("todo-nvim").setup()
end

Usage:

  • :Todo to open todo list (will create a todo file if one doesn't exist for the day, and will copy over any incomplete tasks from the previous day)
  • :TodoAdd to add a task (default ta)
  • :TodoComplete to toggle a task as complete (default tc)
  • :TodoIncomplete to toggle a task as incomplete (default ti)

About

a very simple todo list plugin for neovim

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages