Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 406 Bytes

File metadata and controls

25 lines (17 loc) · 406 Bytes

Quick And Basic Todo and Notes

Title says it all

Install

For Lazy.nvim

    {
        "b0dee/qabtan.nvim",
        cmd = { "Todo", "Notes" },
        config = function()
            require("qabtan").setup()
        end,
    },

Usage

Two commands, :Todo[!] and :Notes[!]

Takes you to {TODO,Notes}.md in git root, if in one, else in user home (also does this if ! provided)