{"id":19854463,"url":"https://github.com/manaspatil0967/nvim-todo","last_synced_at":"2026-05-14T09:34:28.963Z","repository":{"id":213973593,"uuid":"735259032","full_name":"ManasPatil0967/nvim-todo","owner":"ManasPatil0967","description":"A To-Do client for Neovim.","archived":false,"fork":false,"pushed_at":"2023-12-24T18:44:04.000Z","size":20,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-11T13:47:48.411Z","etag":null,"topics":["lua","neovim","neovim-plugin"],"latest_commit_sha":null,"homepage":"","language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ManasPatil0967.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2023-12-24T08:51:27.000Z","updated_at":"2023-12-29T06:14:15.000Z","dependencies_parsed_at":"2023-12-24T20:37:02.833Z","dependency_job_id":null,"html_url":"https://github.com/ManasPatil0967/nvim-todo","commit_stats":null,"previous_names":["manaspatil0967/nvim-todo"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ManasPatil0967%2Fnvim-todo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ManasPatil0967%2Fnvim-todo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ManasPatil0967%2Fnvim-todo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ManasPatil0967%2Fnvim-todo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ManasPatil0967","download_url":"https://codeload.github.com/ManasPatil0967/nvim-todo/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241244386,"owners_count":19933290,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["lua","neovim","neovim-plugin"],"created_at":"2024-11-12T14:09:34.726Z","updated_at":"2026-05-14T09:34:28.930Z","avatar_url":"https://github.com/ManasPatil0967.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# nvim-todo\nAn extremely simple To-Do list plugin for Neovim. \\\nI made this plugin for the sole purpose of understanding UIs for plugins in Neovim as also Lua syntax. \\\nYou can use this plugin directly in Neovim using Packer as\n```lua\nuse {\n    'ManasPatil0967/nvim-todo',\n    requires = {\n    { 'MunifTanjim/nui.nvim' }\n    }\n}\n```\nThereafter simply run the Set_keymaps function to set keymaps as I've coded them. \\\n```lua \nlocal todo = require('nvim-todo')\ntodo.Set_keymaps()\n```\nRun the following command to source, don't run :so \\\n```lua\nluafile %\n```\n\n# To Do \n1. Add date and time wise reminder feature using rcarriga/nvim-notify plugin.\n2. Write a blogpost about it at [My Blog](https://manaspatil.me/blog)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmanaspatil0967%2Fnvim-todo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmanaspatil0967%2Fnvim-todo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmanaspatil0967%2Fnvim-todo/lists"}