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

docs(help): add :h SpaceVim-roadmap/community

This commit is contained in:
Eric Wong 2024-06-15 11:11:59 +08:00
parent e059b76ca3
commit ea4fb98400
4 changed files with 130 additions and 9 deletions

View File

@ -11,7 +11,7 @@ scriptencoding utf-8
" @section Introduction, intro
" @stylized spacevim
" @library
" @order intro options config functions layers usage plugins api dev faq changelog
" @order intro options config functions layers usage plugins api dev community faq roadmap changelog
" SpaceVim is a bundle of custom settings and plugins with a modular
" configuration for Vim. It was inspired by Spacemacs.
"
@ -2252,12 +2252,71 @@ endfunction
" export PYTHON3_HOST_PROG='/home/q/envs/neovim3/bin/python'
" <
""
" @section Community, community
"
" @subsection News
"
" The news about spacevim will be post on twitter, feel free to follow them:
"
" https://x.com/SpaceVim
"
" @subsection Asking for help
"
" If you have any questions about using SpaceVim, check out the following context first, which may contain the answers:
"
" @section(faq): Some of the most frequently asked questions are answered there.
" @section(usage): It is the general documentation of SpaceVim.
"
" @subsection Feedback
"
" If you run into a bug, or want a new feature, please use the mail list:
"
" send email to spacevim@googlegroups.com
"
" To subscribe the maillist, send anything tospacevim+subscribe@googlegroups.com
"
" @subsection Chatroom
"
" - Matrix room: #spacevim:matrix.org
"
" @subsection Forum
"
" - Reddit: https://www.reddit.com/r/SpaceVim/
"
" @subsection Others
"
" The messages from matrix also bridged to telegram, discord and slack. Please
" checkout the community page for more info:
"
" https://spacevim.org/community/
""
" @section Roadmap, roadmap
" The roadmap defines the project direction and priorities. If you have any
" suggestions , please checkout @section(community).
"
" @subsection To-Do List
"
" - [x] rewrite statusline plugin with lua
" - [x] rewrite tabline plugin with lua
" - [ ] merge website context into :h SpaceVim
"
" @subsection Completed
"
" All completed functions can be found in @section(changelog)
""
" @section Changelog, changelog
" Following HEAD: changes in master branch since last release v2.2.0
"
" https://spacevim.org/following-head/
"
" 2024-03-24: v2.3.0
"
" https://spacevim.org/SpaceVim-release-v2.3.0/
"
" 2023-07-05: v2.2.0
"
" https://spacevim.org/SpaceVim-release-v2.2.0/
@ -2349,6 +2408,5 @@ endfunction
" 2017-01-26: v0.1.0
"
" https://spacevim.org/SpaceVim-release-v0.1.0/
"
" vim:set et sw=2 cc=80:

View File

@ -291,8 +291,10 @@ CONTENTS *SpaceVim-contents*
1. License......................................... |SpaceVim-dev-license|
2. commit-style-guide................... |SpaceVim-dev-commit-style-guide|
3. merge requese............................. |SpaceVim-dev-merge-request|
11. FAQ........................................................ |SpaceVim-faq|
12. Changelog............................................ |SpaceVim-changelog|
11. Community............................................ |SpaceVim-community|
12. FAQ........................................................ |SpaceVim-faq|
13. Roadmap................................................ |SpaceVim-roadmap|
14. Changelog............................................ |SpaceVim-changelog|
==============================================================================
INTRODUCTION *SpaceVim-intro*
@ -7225,6 +7227,48 @@ etc. And keep the important and isolated steps in different commits.
Those PRs are merged and explicitly not fast-forwarded.
==============================================================================
COMMUNITY *SpaceVim-community*
NEWS
The news about spacevim will be post on twitter, feel free to follow them:
https://x.com/SpaceVim
ASKING FOR HELP
If you have any questions about using SpaceVim, check out the following
context first, which may contain the answers:
|SpaceVim-faq|: Some of the most frequently asked questions are answered
there. |SpaceVim-usage|: It is the general documentation of SpaceVim.
FEEDBACK
If you run into a bug, or want a new feature, please use the mail list:
send email to spacevim@googlegroups.com
To subscribe the maillist, send anything
tospacevim+subscribe@googlegroups.com
CHATROOM
Matrix room: #spacevim:matrix.org
FORUM
Reddit: https://www.reddit.com/r/SpaceVim/
OTHERS
The messages from matrix also bridged to telegram, discord and slack. Please
checkout the community page for more info:
https://spacevim.org/community/
==============================================================================
FAQ *SpaceVim-faq*
@ -7293,6 +7337,22 @@ it may cause errors.
export PYTHON3_HOST_PROG='/home/q/envs/neovim3/bin/python'
<
==============================================================================
ROADMAP *SpaceVim-roadmap*
The roadmap defines the project direction and priorities. If you have any
suggestions , please checkout |SpaceVim-community|.
TO-DO LIST
[x] rewrite statusline plugin with lua
[x] rewrite tabline plugin with lua
[ ] merge website context into :h SpaceVim
COMPLETED
All completed functions can be found in |SpaceVim-changelog|
==============================================================================
CHANGELOG *SpaceVim-changelog*
@ -7300,6 +7360,10 @@ Following HEAD: changes in master branch since last release v2.2.0
https://spacevim.org/following-head/
2024-03-24: v2.3.0
https://spacevim.org/SpaceVim-release-v2.3.0/
2023-07-05: v2.2.0
https://spacevim.org/SpaceVim-release-v2.2.0/
@ -7393,5 +7457,4 @@ https://spacevim.org/SpaceVim-release-v0.2.0/
https://spacevim.org/SpaceVim-release-v0.1.0/
vim:tw=78:ts=8:ft=help:norl:

View File

@ -8,13 +8,13 @@ lang: zh
设计蓝图决定了该项目的开发方向以及所有特性实现的优先顺序。
## 后续版本
## 待办事项列表
- `v2.4.0`
- [x] 使用 lua 重写状态栏插件
- [x] 使用 lua 重写 tabline
- [ ] 将网站内容合并至 `:h SpaceVim`
## 已完成版本
## 已完成
所有已完成的版本可以在[更新日志](../development/#更新日志)查看
所有已完成的功能可以在[更新日志](../development/#更新日志)查看

View File

@ -8,7 +8,7 @@ description: "The roadmap and milestones define the project direction and priori
The roadmap defines the project direction and priorities.
If you have any suggestions , please checkout feedback section on [community](../community/) page.
## Milestones
## To-Do List
- `v2.4.0`: Due by 2024-12-01
- [x] rewrite statusline plugin with lua