diff --git a/docs/cn/roadmap.md b/docs/cn/roadmap.md index af9d5bfc2..be10e3b9d 100644 --- a/docs/cn/roadmap.md +++ b/docs/cn/roadmap.md @@ -37,7 +37,10 @@ lang: zh - [x] 使用 lua 重写 pastebin 插件 - [x] 使得 `:A` 命令支持 toml 配置文件 - [x] 增加 git 远程仓库管理插件 - - [x] implement `ctags#update` in lua + - [ ] 使用 `` 快捷键展示 git log + - [ ] 缓存远程仓库以及分支名称等信息 + - [ ] 基于项目路径存储信息 + - [x] 使用 lua 实现 `ctags#update` 函数 ## 已完成版本 diff --git a/docs/roadmap.md b/docs/roadmap.md index 385a83a63..ccb5b79c3 100644 --- a/docs/roadmap.md +++ b/docs/roadmap.md @@ -36,6 +36,9 @@ The roadmap defines the project direction and priorities. - [x] implement pastebin plugin with lua - [x] make `:A` command support toml configuration file - [x] add git remote manager + - [ ] make `` show git log + - [ ] cache remote and branch info + - [ ] cache info based on project root - [x] implement `ctags#update` in lua ## Completed