Skip to content

KDesp73/todo-manager.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

todo-manager.nvim

todo-manager.nvim is a neovim plugin for managing todo tasks within a project

Requirements

  • neovim >= 0.7.0

Install

Install using yout preffered package manager

Packer

use "KDesp73/todo-manager.nvim"

Lazy

{
    "KDesp73/todo-manager.nvim"
}

Plug

Plug "KDesp73/todo-manager.nvim"

Setup

Just call require("todo-manager") anywhere in your config

More options soon to be implemented

Help

Get additional help with :help todo-manager

Commands

  • :AddTodo: Appends a task in the TODO.md file

License

The Unlicense

Author

KDesp73