1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 17:40:06 +08:00
SpaceVim/docs/roadmap.md

78 lines
2.4 KiB
Markdown
Raw Normal View History

---
2018-12-27 23:06:41 +08:00
title: "Roadmap"
2018-01-20 23:54:55 +08:00
description: "The roadmap and milestones define the project direction and priorities."
---
2019-10-14 23:29:07 +08:00
# [Home](../) >> Roadmap
2024-02-20 15:57:18 +08:00
The roadmap defines the project direction and priorities.
If you have any suggestions , please checkout feedback section on [community](../community/) page.
2018-06-18 14:01:56 +08:00
## Milestones
- `v2.4.0`: Due by 2024-12-01
2024-02-20 15:57:18 +08:00
- [ ] rewrite statusline plugin with lua
- [ ] rewrite tabline plugin with lua
- [ ] merge website context into `:h SpaceVim`
- `v2.3.0`: Due by 2024-05-01
2024-02-20 15:57:18 +08:00
- [x] new `job` api based on neovim luv.
- [x] implement flygrep with lua.
2024-02-21 18:53:33 +08:00
- [x] use new `job` api
2024-02-20 15:57:18 +08:00
- [ ] rewrite git.vim with lua.
- [x] `:Git add`
2024-03-02 22:43:24 +08:00
- [x] `:Git blame`
- [x] `:Git branch`
- [x] rewrite branch manager with lua
- [x] `:Git checkout`
- [x] `:Git cherry-pick`
2024-02-20 15:57:18 +08:00
- [x] `:Git clean`
2024-03-02 22:43:24 +08:00
- [x] `:Git commit`
- [x] `:Git config`
2024-03-02 22:43:24 +08:00
- [x] `:Git diff`
2024-02-20 15:57:18 +08:00
- [x] `:Git fetch`
2024-03-02 22:43:24 +08:00
- [x] `:Git log`
- [x] quit git log win when it is last win
- [x] `:Git merge`
- [x] `:Git mv`
- [x] `:Git pull`
- [x] `:Git push`
- [ ] `:Git rebase`
- [x] `:Git reflog`
2024-02-20 15:57:18 +08:00
- [x] `:Git remote`
- [x] `:Git reset`
- [x] `:Git rm`
2024-03-02 22:43:24 +08:00
- [x] `:Git shortlog` (lua)
- [ ] `:Git shortlog` (viml)
- [x] `:Git tag` (lua)
- [ ] `:Git tag` (viml)
- [ ] `:Git stash`
- [x] `:Git status`
2024-02-20 15:57:18 +08:00
- [x] plugin log manager derived from SPC runtime logger
- [x] rewrite code runner with lua
- [x] rewrite task manager with lua
- [x] rewrite repl plugin with lua
- [x] rewrite scrollbar with lua
- [x] fix scrollbar unsaved error
2024-02-20 15:57:18 +08:00
- [x] rewrite leader guide with lua
- [x] implement pastebin plugin with lua
- [x] make `:A` command support toml configuration file
2024-02-21 18:53:33 +08:00
- [x] add git remote manager
- [x] make `<cr>` show git log
- [x] update remote context when switch project
- [x] use desc for project manager callback function
2024-02-22 17:33:46 +08:00
- [ ] cache remote and branch info
- [ ] cache info based on project root
2024-02-24 20:56:31 +08:00
- [x] display root path
2024-02-21 18:53:33 +08:00
- [x] implement `ctags#update` in lua
- [x] register project function with description
- [x] update todo list when switch project
- [x] make `one` coloscheme support treesitter
- [x] add `:h SpaceVim-dev-merge-request`
- [x] add `:h spacevim-dev-license`
- [x] fix statusline highlight of plugin buffer
- [ ] fix 404 page on `spacevim.org`
## Completed
2024-03-02 15:27:34 +08:00
All completed releases can be viewed in [changelog](../development/#changelog)