mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 22:20:06 +08:00
Doc: fix some typos. (#3116)
This commit is contained in:
parent
d60ef10ffa
commit
02cd0520fb
@ -9,13 +9,12 @@ lang: zh
|
||||
[SpaceVim](https://github.com/SpaceVim/SpaceVim) 是一个社区驱动的模块化 Vim/Neovim 配置集合,以模块的方式组织管理插件以
|
||||
及相关配置,为不同的语言开发量身定制了相关的开发模块,该模块提供代码自动补全,
|
||||
语法检查、格式化、调试、REPL 等特性。用户仅需载入相关语言的模块即可得到一个开箱
|
||||
即用的 Vim-IDE。
|
||||
这一项目的灵感来自于 spacemacs。
|
||||
即用的 Vim-IDE。这一项目的灵感来自于 spacemacs。
|
||||
|
||||
### 目标
|
||||
|
||||
- 提供可跨平台的优雅的用户体验。
|
||||
- 让搭建不同语言开发环境变得更便捷
|
||||
- 让搭建不同语言开发环境变得更便捷。
|
||||
|
||||
### 鸣谢
|
||||
|
||||
|
@ -46,7 +46,7 @@ SpaceVim 是一个社区驱动的模块化的 Vim IDE,以模块的方式组织
|
||||
|
||||
- 目前 SpaceVim 的开发状态如何?
|
||||
|
||||
当前最新发布的稳定版本是 v1.0.0。可以查看 [时间表](https://github.com/SpaceVim/SpaceVim/milestones) 获取开发进度,
|
||||
当前最新发布的稳定版本是 v1.2.0。可以查看 [时间表](https://github.com/SpaceVim/SpaceVim/milestones) 获取开发进度,
|
||||
或者阅读 [Roadmap](roadmap/) 获取开发计划。
|
||||
|
||||
- SpaceVim 是尝试搭建一个 IDE 吗?
|
||||
@ -57,7 +57,7 @@ SpaceVim 是一个社区驱动的模块化的 Vim IDE,以模块的方式组织
|
||||
|
||||
```sh
|
||||
~/.SpaceVim> ls autoload/SpaceVim/layers/lang | wc -l
|
||||
68
|
||||
78
|
||||
```
|
||||
|
||||
- SpaceVim 支持什么版本的 Vim/Neovim?
|
||||
|
@ -59,7 +59,7 @@ Contribute code, report bugs and request features at [GitHub](https://github.com
|
||||
|
||||
- What is the project status?
|
||||
|
||||
The current stable version is v1.1.0, See the [milestones page](https://github.com/SpaceVim/SpaceVim/milestones)
|
||||
The current stable version is v1.2.0, See the [milestones page](https://github.com/SpaceVim/SpaceVim/milestones)
|
||||
for development progress and the [roadmap](roadmap/) for high-level plans.
|
||||
|
||||
- Is SpaceVim trying to turn Vim/Neovim into an IDE?
|
||||
@ -70,7 +70,7 @@ With layers feature, this version of Vim distribution try to turn Vim/Neovim int
|
||||
|
||||
```sh
|
||||
~/.SpaceVim> ls autoload/SpaceVim/layers/lang | wc -l
|
||||
68
|
||||
78
|
||||
```
|
||||
|
||||
- Which version of Vim/Neovim is needed?
|
||||
|
Loading…
Reference in New Issue
Block a user