2017-05-17 14:44:44 +08:00
|
|
|
---
|
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."
|
2017-05-17 14:44:44 +08:00
|
|
|
---
|
|
|
|
|
2019-10-14 23:29:07 +08:00
|
|
|
# [Home](../) >> Roadmap
|
2017-05-17 14:44:44 +08:00
|
|
|
|
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
|
2017-05-17 14:44:44 +08:00
|
|
|
|
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
|
2024-02-23 13:21:12 +08:00
|
|
|
- [x] make `<cr>` show git log
|
2024-02-22 17:33:46 +08:00
|
|
|
- [ ] cache remote and branch info
|
|
|
|
- [ ] cache info based on project root
|
2024-02-21 18:53:33 +08:00
|
|
|
- [x] implement `ctags#update` in lua
|
2017-05-31 11:01:43 +08:00
|
|
|
|
2018-03-25 10:09:00 +08:00
|
|
|
## Completed
|
|
|
|
|
2024-02-21 22:01:59 +08:00
|
|
|
All completed releases can be viewed in [changelog](../development/#Changelog)
|