We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
博文标题图片 博文置顶图片 博文置顶说明 coc-todo-tree 是 vscode-todo-tree 在 coc 上的实现, 本文是简体中文说明
coc-todo-tree 是 vscode-todo-tree 在 coc 上的实现, 本文是简体中文说明
源码: https://github.com/hexh250786313/coc-todo-tree
coc-todo-tree 是基于 coc.nvim 的 todo tree 实现
灵感来自 vscode-todo-tree
请先确保你的 vim 已经安装了 coc, 然后执行以下指令即可安装 coc-todo-tree
:CocInstall coc-todo-tree
在 vim/neovim 中执行以下指令即可打开 todo-tree 面板:
:CocCommand coc-todo-tree.showTree
C
tags-only
flat
tree-view
c
所有配置: https://github.com/hexh250786313/coc-todo-tree/blob/master/.vim/coc-settings.json
The text was updated successfully, but these errors were encountered:
No branches or pull requests
不要点开, 博客网站用的
coc-todo-tree
源码: https://github.com/hexh250786313/coc-todo-tree
coc-todo-tree 是基于 coc.nvim 的 todo tree 实现
灵感来自 vscode-todo-tree
安装
请先确保你的 vim 已经安装了 coc, 然后执行以下指令即可安装 coc-todo-tree
使用
在 vim/neovim 中执行以下指令即可打开 todo-tree 面板:
功能
C
来在三种展示样式中切换:tags-only
/flat
/tree-view
, 同时可以通过按小写的c
来进行 tag group 归类配置
所有配置: https://github.com/hexh250786313/coc-todo-tree/blob/master/.vim/coc-settings.json
The text was updated successfully, but these errors were encountered: