Skip to content

cyrusn/task.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Tasks

  • Search all tasks on or before today
  • tasks pattern looks like this
    • - [ ] This is a task [scheduled:: 2024-01-21]

Installation

Lazy

return {
 "cyrusn/task.nvim",
 dependancies = {
  "nvim-lua/plenary.nvim",
  "nvim-telescope/telescope.nvim",
 },
 keys = {
  {
   "<leader>st",
   function()
    require("task").search()
   end,
   desc = "Search today task",
  },
 },
 config = true,
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages