Skip to content

torcor-dev/todoman.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

todoman.nvim

Create / edit todo file for the current repository or directory, but store them away from git repos.

Install

Packer:

use({
    "torcor-dev/todoman.nvim",
    requires = {
        "nvim-lua/plenary.nvim",
    },
})

Config

Default options:

require("todoman").setup({
    filetype = {
        name = "markdown",
        suffix = ".md",
    },
    save_dir = vim.fn.stdpath("data") .. "/todoman/todos/", --$HOME/.local/share/nvim/todoman/todos/
})

Usage

Edit todo-file:

require("todoman").todo()

Add item to todo-list:

require("todoman").add("your item")

Add Telescope pickers (:Telescope todoman) to browse all todo-files:

require("telescope").load_extension("todoman")

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages