1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-03 04:00:04 +08:00
SpaceVim/docs/roadmap.md
2024-02-20 15:57:18 +08:00

41 lines
1006 B
Markdown

---
title: "Roadmap"
description: "The roadmap and milestones define the project direction and priorities."
---
# [Home](../) >> Roadmap
The roadmap defines the project direction and priorities.
## Next
- `v2.4.0`
- [ ] rewrite statusline plugin with lua
- `v2.3.0`
- [x] new `job` api based on neovim luv.
- [x] implement flygrep with lua.
- [ ] 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`
- [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
## Completed
- `v2.2.0`
- [x] rewrite scrollbar with lua
release notes: [v2.2.0](../SpaceVim-release-v2.2.0/)