Skip to content

tbm5k/todo.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

todo.nvim

Keep notion aside

What is todo

As it's name dicates, the plugin is your todo list manager. Renders your todos and fixes all within your neovim terminal.

It gives you a list containing the line number and comment of the todo or fix

Getting started

Installation

Using packer.nvim

use 'tbm5k/todo.nvim'

Usage

Using lua

vim.keymap.set('n', '<Leader>tt', require("todo").findTodos, { desc = "find todos" })
vim.keymap.set('n', '<Leader>tf', require("todo").findFixes, { desc = "find fixes" })

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages