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

44 lines
1.1 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.
2018-06-18 14:01:56 +08:00
2018-01-20 23:54:55 +08:00
## Next
2024-02-20 15:57:18 +08:00
- `v2.4.0`
- [ ] rewrite statusline plugin with lua
- `v2.3.0`
- [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`
- [x] `:Git clean`
- [x] `:Git fetch`
- [x] `:Git remote`
- [x] `:Git reset`
- [x] `:Git rm`
- [x] `:Git mv`
2024-02-21 18:53:33 +08:00
- [x] `:Git blame`
- [x] `:Git cherry-pick`
- [x] `:Git shortlog`
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] 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] implement `ctags#update` in lua
2017-05-31 11:01:43 +08:00
## Completed
2024-02-21 22:01:59 +08:00
All completed releases can be viewed in [changelog](../development/#Changelog)