Skip to content

Neovim util to display all todos in your source code

Notifications You must be signed in to change notification settings

HallerPatrick/nvim_todo.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

nvim_todo.vim

A neovim plugin that quickl and neatly displays all you todos in your source code.

// TODO: Add screenshot

It uses the ripgrep binary as the backend to search for TODO marker in the code. So make sure to install it.

Installation

Just do this (with Vim Plug)

Plug 'HallerPatrick/nvim_todo.vim'

Usage

Only one command:

:TodoList

Also always good to map this to a leader

nmap <leader>td :TodoList <CR>

About

Neovim util to display all todos in your source code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published