Skip to content

ManasPatil0967/nvim-todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

nvim-todo

An extremely simple To-Do list plugin for Neovim.
I made this plugin for the sole purpose of understanding UIs for plugins in Neovim as also Lua syntax.
You can use this plugin directly in Neovim using Packer as

use {
    'ManasPatil0967/nvim-todo',
    requires = {
    { 'MunifTanjim/nui.nvim' }
    }
}

Thereafter simply run the Set_keymaps function to set keymaps as I've coded them. \

local todo = require('nvim-todo')
todo.Set_keymaps()

Run the following command to source, don't run :so \

luafile %

To Do

  1. Add date and time wise reminder feature using rcarriga/nvim-notify plugin.
  2. Write a blogpost about it at My Blog

Releases

No releases published

Packages

No packages published

Languages