Skip to content

hexh250786313/coc-todo-tree

Repository files navigation

中文说明

coc-todo-tree

Todo tree integration of coc.nvim

Inspired by vscode-todo-tree

simplescreenrecorder-2022-11-18_01.27.22.mp4

Install

You need to have coc.nvim installed for this extension to work

:CocInstall coc-todo-tree

Usage

Run this to open todo-tree:

:CocCommand coc-todo-tree.showTree

Feature

  • Using coc-tree (for tree view) to list all tags like @todo / FIXME in your workspace
  • Using ripgrep by default
  • Custom your tag name / icon / highlight / regex
  • View control: Just like vscode-todo-tree, you can switch between three modes: tags-only / flat / tree-view by press uppercase C. And group the tags by press lower case c

Config

see: https://github.com/hexh250786313/coc-todo-tree/blob/master/.vim/coc-settings.json

Todo

  • filter
  • file change watcher