Skip to content

randomdude16671/huid.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

huid.nvim

Note

This project is very early stage, and will accept contributions happily, feel free to submit PRs or create issues!

A platform-agnostic issue tracker built for Neovim, inspired by Tsoding's Emacs plugin.


Commands

All commands currently available:

  • ConvertTodo: Convert a TODO comment into a TASK(<HUID>) comment.
  • PickTasks: INCOMPLETE. DO NOT USE (please).
  • NewTask: Make a new task

Installation

Note

SETUP IS REQUIRED!!

Installation with Lazy.nvim

{
  "randomdude16671/huid.nvim",
  lazy = true, -- optimize
  cmd = { "ConvertTodo", "NewTask" } -- will add PickTasks and other functions after completion
  opts = {},
}

About

A platform agnostic task-tracker plugin for neovim. Inspired by Tsoding.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors