2018-01-27 01:07:02 +08:00
|
|
|
|
---
|
2019-01-16 23:34:39 +08:00
|
|
|
|
title: "主页"
|
2024-02-26 21:36:53 +08:00
|
|
|
|
description: "SpaceVim 是一个模块化的 Vim 和 Neovim 的配置集合,以模块的方式组织和管理插件,提高 Vim 环境配置效率。"
|
2019-10-04 14:13:51 +08:00
|
|
|
|
lang: zh
|
2018-01-27 01:07:02 +08:00
|
|
|
|
---
|
|
|
|
|
|
2024-02-22 16:04:34 +08:00
|
|
|
|
[![matrix](https://img.spacevim.org/spacevim-cn-matrix.svg)](https://app.element.io/#/room/#spacevim-cn:matrix.org)
|
2024-02-22 16:21:39 +08:00
|
|
|
|
[![Telegram](https://img.spacevim.org/telegram-spacevim-cn.svg)](https://t.me/SpaceVim_CN/)
|
2024-02-26 21:36:53 +08:00
|
|
|
|
[![twitter](https://img.spacevim.org/twitter.svg)](https://twitter.com/SpaceVim)
|
2024-02-22 16:21:39 +08:00
|
|
|
|
[![GPLv3 License](https://img.spacevim.org/license-GPLv3-blue.svg)](development/#证书)
|
2024-02-26 21:36:53 +08:00
|
|
|
|
[![reddit](https://img.spacevim.org/reddit.svg)](https://www.reddit.com/r/SpaceVim/)
|
2018-01-27 01:07:02 +08:00
|
|
|
|
|
2024-03-24 14:49:58 +08:00
|
|
|
|
![welcome page](https://img.spacevim.org/release-v2.3.0.png)
|
2018-01-27 01:07:02 +08:00
|
|
|
|
|
2024-02-26 21:36:53 +08:00
|
|
|
|
SpaceVim 是一个模块化的 Vim 和 Neovim 配置集合,它的灵感来自于 [spacemacs](https://www.spacemacs.org/)。
|
|
|
|
|
以模块的方式组织插件及相关配置,将相关插件组合在一起提供完整的功能。
|
|
|
|
|
这将使得插件配置更加简单,减少用户选择并配置插件的时间。
|
|
|
|
|
仅需载入相关语言的模块即可得到一个开箱即用的 Vim IDE。
|
2018-01-27 01:07:02 +08:00
|
|
|
|
|
2024-02-26 21:36:53 +08:00
|
|
|
|
- [入门指南](quick-start-guide/): 基本的安装以及配置示例,同时包括了针对不同语言的配置技巧。
|
|
|
|
|
- [使用文档](documentation/): 完整的使用文档,详细介绍了每一个快捷键以及配置的功能。
|
|
|
|
|
- [可用模块](layers/): 罗列了目前已经实现的所有模块,包括功能模块和语言模块。
|
2018-01-27 01:07:02 +08:00
|
|
|
|
|
2024-03-24 14:49:58 +08:00
|
|
|
|
当前最新的稳定版为[v2.3.0](https://spacevim.org/SpaceVim-release-v2.3.0/),发布于2024年3月24日。
|
|
|
|
|
[following-HEAD](following-head/) 页面罗列了自 `v2.3.0` 至今最新的更新以及变动。若需要了解项目的后续开发路线及计划,可以查阅[开发路线](roadmap/)页面。
|
2021-10-04 21:26:44 +08:00
|
|
|
|
|
2024-03-24 14:49:58 +08:00
|
|
|
|
## 最新消息
|
2018-01-27 01:07:02 +08:00
|
|
|
|
|
|
|
|
|
<ul>
|
2024-03-24 14:49:58 +08:00
|
|
|
|
{% for post in site.categories.blog_cn offset: 0 limit: 5 %}
|
2018-01-27 01:07:02 +08:00
|
|
|
|
<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/)上发布。
|
|
|
|
|
|
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
|
|
|
|
|
2023-09-25 14:20:18 +08:00
|
|
|
|
当前最新发布的稳定版本是 v2.3.0。可以查看[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
|
|
|
|
|
2024-03-22 18:11:37 +08:00
|
|
|
|
- SpaceVim 测试的 Vim 及 Neovim 版本包括哪些?
|
2018-03-29 21:43:55 +08:00
|
|
|
|
|
2024-03-22 18:11:37 +08:00
|
|
|
|
- vim: `7.4.1185`, `7.4.1689`, `8.0.0027`, `9.1.0196`
|
|
|
|
|
- neovim: `0.7.2`, `0.8.0`, `0.9.5`
|
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: -->
|