2018-01-27 01:07:02 +08:00
|
|
|
|
---
|
2019-01-16 23:34:39 +08:00
|
|
|
|
title: "主页"
|
|
|
|
|
description: "SpaceVim 是一个社区驱动的模块化的 Vim IDE,以模块的方式组织和管理插件,提高 Vim 环境配置效率。"
|
2019-10-04 14:13:51 +08:00
|
|
|
|
lang: zh
|
2018-01-27 01:07:02 +08:00
|
|
|
|
---
|
|
|
|
|
|
2022-10-07 20:15:58 +08:00
|
|
|
|
[![matrix](https://img.shields.io/matrix/spacevim-cn:matrix.org?color=green&label=%23spacevim-cn%3Amatrix.org&logo=matrix)](https://chat.mozilla.org/#/room/#spacevim-cn:matrix.org)
|
2023-02-19 20:15:28 +08:00
|
|
|
|
[![build](https://img.shields.io/github/actions/workflow/status/SpaceVim/SpaceVim/check.yml?branch=master)](https://github.com/SpaceVim/SpaceVim/actions/workflows/check.yml?query=branch%3Amaster)
|
2021-08-11 16:21:08 +08:00
|
|
|
|
[![Codecov coverage](https://img.shields.io/codecov/c/github/SpaceVim/SpaceVim.svg)](https://codecov.io/gh/SpaceVim/SpaceVim)
|
2022-07-18 19:31:27 +08:00
|
|
|
|
[![Release](https://img.shields.io/badge/Release-2.0.0-8700FF.svg)](https://spacevim.org/SpaceVim-release-v2.0.0/)
|
2018-05-27 13:05:57 +08:00
|
|
|
|
[![GPLv3 License](https://img.shields.io/badge/license-GPLv3-blue.svg)](https://github.com/SpaceVim/SpaceVim/blob/master/LICENSE)
|
2022-07-18 19:31:27 +08:00
|
|
|
|
[![Docker Pulls](https://img.shields.io/docker/pulls/spacevim/spacevim)](https://hub.docker.com/r/spacevim/spacevim)
|
2018-01-27 01:07:02 +08:00
|
|
|
|
|
2022-07-02 13:36:51 +08:00
|
|
|
|
![welcome page](https://user-images.githubusercontent.com/13142418/176910121-8e7ca78f-8434-4ac7-9b02-08c4d15f8ad9.png)
|
2018-01-27 01:07:02 +08:00
|
|
|
|
|
2019-01-16 23:34:39 +08:00
|
|
|
|
# SpaceVim - 模块化的 Vim IDE
|
2018-01-27 01:07:02 +08:00
|
|
|
|
|
2019-01-16 23:34:39 +08:00
|
|
|
|
SpaceVim 是一个社区驱动的模块化的 Vim IDE,以模块的方式组织管理插件以及相关配置,
|
2018-05-27 13:05:57 +08:00
|
|
|
|
为不同的语言开发量身定制了相关的开发模块,该模块提供代码自动补全,
|
2019-01-16 23:34:39 +08:00
|
|
|
|
语法检查、格式化、调试、REPL 等特性。用户仅需载入相关语言的模块即可得到一个开箱即用的 Vim IDE。
|
2018-01-27 01:07:02 +08:00
|
|
|
|
|
2020-02-19 10:42:35 +08:00
|
|
|
|
如果你喜欢 SpaceVim,可以在[码云](https://gitee.com/spacevim/SpaceVim)或者
|
|
|
|
|
[GitHub](https://github.com/SpaceVim/SpaceVim/) 上留下一颗星,非常感谢!
|
2019-10-05 13:53:05 +08:00
|
|
|
|
|
|
|
|
|
- [入门指南](quick-start-guide/): 包括最基本的安装以及配置教程,同时包括了针对不同语言的配置技巧
|
|
|
|
|
- [使用文档](documentation/): 完整的用户使用文档,详细介绍了每一个快捷键以及配置的功能
|
|
|
|
|
- [可用模块](layers/): 罗列了目前已经支持的所有模块,包括功能模块和不同的语言模块
|
2018-01-27 01:07:02 +08:00
|
|
|
|
|
2022-07-02 13:56:15 +08:00
|
|
|
|
当前最新的稳定版为[v2.0.0](https://spacevim.org/SpaceVim-release-v2.0.0/),发布于2022年7月2日,[following-HEAD](https://github.com/SpaceVim/SpaceVim/wiki/Following-HEAD) 页面罗列了
|
2021-10-04 21:26:44 +08:00
|
|
|
|
master 分支最新的更新以及变动。
|
|
|
|
|
|
2019-01-16 23:34:39 +08:00
|
|
|
|
## 最新特性
|
2018-01-27 01:07:02 +08:00
|
|
|
|
|
|
|
|
|
<ul>
|
|
|
|
|
{% for post in site.categories.feature_cn offset: 0 limit: 5 %}
|
|
|
|
|
<strong><a href="{{ post.url }}">{{ post.title }}</a></strong>
|
|
|
|
|
<br>
|
|
|
|
|
<span class="post-date">{{ post.date | date_to_string }}</span>
|
2020-05-10 14:05:04 +08:00
|
|
|
|
<p>{{ post.description | truncatewords: 100 }}</p>
|
2018-01-27 01:07:02 +08:00
|
|
|
|
<br>
|
|
|
|
|
<img alt="{{ post.title }}" src="{{ post.image }}">
|
|
|
|
|
{% endfor %}
|
|
|
|
|
</ul>
|
|
|
|
|
|
2021-08-11 16:21:08 +08:00
|
|
|
|
更多精彩内容会定期在 SpaceVim [博客](blog/)上发布。
|
|
|
|
|
|
|
|
|
|
或者可以关注我们的推特:[@SpaceVim](https://twitter.com/SpaceVim)。
|
2018-01-27 01:07:02 +08:00
|
|
|
|
|
|
|
|
|
## 参与
|
|
|
|
|
|
2022-07-18 19:31:27 +08:00
|
|
|
|
常规的项目讨论和问答主要是使用 [Matrix 聊天室](https://chat.mozilla.org/#/room/#spacevim-cn:matrix.org),
|
2019-01-16 23:34:39 +08:00
|
|
|
|
而提交问题和贡献代码主要是在 [Github](https://github.com/SpaceVim/SpaceVim) 上,
|
2018-03-29 22:28:06 +08:00
|
|
|
|
同时,SpaceVim 开通了[码云仓库](https://gitee.com/spacevim/SpaceVim),主要用于中文交流。
|
2018-03-29 21:43:55 +08:00
|
|
|
|
|
|
|
|
|
## 常见问题
|
|
|
|
|
|
2018-12-30 09:27:33 +08:00
|
|
|
|
- 目前 SpaceVim 的开发状态如何?
|
2018-03-29 21:43:55 +08:00
|
|
|
|
|
2022-01-06 19:49:25 +08:00
|
|
|
|
当前最新发布的稳定版本是 v1.9.0。可以查看 [时间表](https://github.com/SpaceVim/SpaceVim/milestones) 获取开发进度,
|
2021-08-11 16:21:08 +08:00
|
|
|
|
或者阅读 [Roadmap](roadmap/) 获取开发计划。
|
2018-03-29 21:43:55 +08:00
|
|
|
|
|
2019-01-16 23:34:39 +08:00
|
|
|
|
- SpaceVim 是尝试搭建一个 IDE 吗?
|
2018-03-29 21:43:55 +08:00
|
|
|
|
|
2021-08-11 16:21:08 +08:00
|
|
|
|
是的,通过模块的方式,将各种功能封装成相应的模块,对多种语言提供了语言开发模块,目标是尝试模拟简易的集成开发环境。
|
2018-03-29 21:43:55 +08:00
|
|
|
|
|
2020-02-19 10:42:35 +08:00
|
|
|
|
- SpaceVim 支持多少种编程语言?
|
2019-06-26 23:46:15 +08:00
|
|
|
|
|
2021-08-11 16:21:08 +08:00
|
|
|
|
```sh
|
|
|
|
|
~/.SpaceVim> ls autoload/SpaceVim/layers/lang | wc -l
|
|
|
|
|
87
|
|
|
|
|
```
|
2019-06-26 23:46:15 +08:00
|
|
|
|
|
2018-03-29 22:28:06 +08:00
|
|
|
|
- SpaceVim 支持什么版本的 Vim/Neovim?
|
2018-03-29 21:43:55 +08:00
|
|
|
|
|
2021-08-11 16:21:08 +08:00
|
|
|
|
SpaceVim 目前已通过 gh 测试了如下版本的 vim 和 neovim:
|
|
|
|
|
|
|
|
|
|
- vim: `master`, `8.1.2269`, `8.0.1453`, `8.0.0027`,`7.4.1689`,`7.4.629`, `7.4.052`
|
|
|
|
|
- neovim: `nightly`, `v0.5.0`, `v0.4.4`, `v0.4.3`, `v0.4.2`, `v0.4.0`, `v0.3.8`
|
2018-03-29 21:43:55 +08:00
|
|
|
|
|
2019-10-05 13:53:05 +08:00
|
|
|
|
更多常见问题请阅读[常见问题解答](faq/)
|
2018-03-29 21:43:55 +08:00
|
|
|
|
|
|
|
|
|
<!-- vim:set nowrap: -->
|