1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-02 23:50:04 +08:00

docs(roadmap): update roadmap page

This commit is contained in:
wsdjeg 2024-02-22 17:33:46 +08:00
parent fda1dcd028
commit 7bad66fad6
2 changed files with 7 additions and 1 deletions

View File

@ -37,7 +37,10 @@ lang: zh
- [x] 使用 lua 重写 pastebin 插件 - [x] 使用 lua 重写 pastebin 插件
- [x] 使得 `:A` 命令支持 toml 配置文件 - [x] 使得 `:A` 命令支持 toml 配置文件
- [x] 增加 git 远程仓库管理插件 - [x] 增加 git 远程仓库管理插件
- [x] implement `ctags#update` in lua - [ ] 使用 `<cr>` 快捷键展示 git log
- [ ] 缓存远程仓库以及分支名称等信息
- [ ] 基于项目路径存储信息
- [x] 使用 lua 实现 `ctags#update` 函数
## 已完成版本 ## 已完成版本

View File

@ -36,6 +36,9 @@ The roadmap defines the project direction and priorities.
- [x] implement pastebin plugin with lua - [x] implement pastebin plugin with lua
- [x] make `:A` command support toml configuration file - [x] make `:A` command support toml configuration file
- [x] add git remote manager - [x] add git remote manager
- [ ] make `<cr>` show git log
- [ ] cache remote and branch info
- [ ] cache info based on project root
- [x] implement `ctags#update` in lua - [x] implement `ctags#update` in lua
## Completed ## Completed