2018-01-27 01:07:02 +08:00
|
|
|
|
---
|
|
|
|
|
title: "主页"
|
2018-05-27 13:05:57 +08:00
|
|
|
|
description: "SpaceVim 是一个社区驱动的模块化 Vim IDE,以模块的方式组织和管理插件,提高 Vim 环境配置效率。"
|
2018-01-27 01:07:02 +08:00
|
|
|
|
lang: cn
|
|
|
|
|
---
|
|
|
|
|
|
2018-05-27 13:05:57 +08:00
|
|
|
|
[![Gitter](https://badges.gitter.im/SpaceVim/SpaceVim.svg)](https://gitter.im/SpaceVim/cn)
|
2018-01-27 01:07:02 +08:00
|
|
|
|
[![Build Status](https://travis-ci.org/SpaceVim/SpaceVim.svg?branch=dev)](https://travis-ci.org/SpaceVim/SpaceVim)
|
2018-05-27 13:05:57 +08:00
|
|
|
|
[![Build status](https://ci.appveyor.com/api/projects/status/eh3t5oph70abp665/branch/dev?svg=true)](https://ci.appveyor.com/project/wsdjeg/spacevim/branch/master)
|
|
|
|
|
[![codecov](https://codecov.io/gh/SpaceVim/SpaceVim/branch/dev/graph/badge.svg)](https://codecov.io/gh/SpaceVim/SpaceVim/branch/master)
|
2018-12-27 21:35:16 +08:00
|
|
|
|
[![Version](https://img.shields.io/badge/version-1.1.0--dev-8700FF.svg)](https://github.com/SpaceVim/SpaceVim/releases)
|
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)
|
2018-01-27 01:07:02 +08:00
|
|
|
|
|
2018-12-25 22:04:36 +08:00
|
|
|
|
![welcome-page](https://user-images.githubusercontent.com/13142418/50423286-5b33a400-088e-11e9-830c-792ce1c7c126.png)
|
2018-01-27 01:07:02 +08:00
|
|
|
|
|
2018-03-29 21:43:55 +08:00
|
|
|
|
# SpaceVim - 模块化 Vim IDE
|
2018-01-27 01:07:02 +08:00
|
|
|
|
|
2018-05-27 13:05:57 +08:00
|
|
|
|
SpaceVim 是一个社区驱动的模块化 Vim IDE,以模块的方式组织管理插件以及相关配置,
|
|
|
|
|
为不同的语言开发量身定制了相关的开发模块,该模块提供代码自动补全,
|
|
|
|
|
语法检查、格式化、调试、REPL 等特性。用户仅需载入相关语言的模块即可得到一个开箱即用的Vim-IDE。
|
2018-01-27 01:07:02 +08:00
|
|
|
|
|
2018-05-27 13:05:57 +08:00
|
|
|
|
请查阅[《入门指南》](quick-start-guide/)、[《用户文档》](documentation/)和[《可用模块》](layers/)以获取更多信息。
|
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>
|
|
|
|
|
<p>{{ post.excerpt | truncatewords: 100 }}</p>
|
|
|
|
|
<br>
|
|
|
|
|
<img alt="{{ post.title }}" src="{{ post.image }}">
|
|
|
|
|
{% endfor %}
|
|
|
|
|
</ul>
|
|
|
|
|
|
2018-05-27 13:05:57 +08:00
|
|
|
|
更多精彩博客请订阅 [SpaceVim 中文博客](blog/) 或关注微博 [@SpaceVim](https://weibo.com/SpaceVim)。
|
2018-01-27 01:07:02 +08:00
|
|
|
|
|
|
|
|
|
## 参与
|
|
|
|
|
|
2018-05-27 13:05:57 +08:00
|
|
|
|
常规的项目讨论和问答主要是使用 [Gitter 聊天室](https://gitter.im/SpaceVim/cn) 和 [知乎](https://www.zhihu.com/topic/20168681/hot),
|
2018-03-29 22:28:06 +08:00
|
|
|
|
而提交问题和贡献代码主要是在 [Github](https://github.com/SpaceVim/SpaceVim) 上。
|
|
|
|
|
同时,SpaceVim 开通了[码云仓库](https://gitee.com/spacevim/SpaceVim),主要用于中文交流。
|
2018-03-29 21:43:55 +08:00
|
|
|
|
|
|
|
|
|
## 常见问题
|
|
|
|
|
|
2018-03-29 22:28:06 +08:00
|
|
|
|
- 最新的状态是什么?
|
2018-03-29 21:43:55 +08:00
|
|
|
|
|
2018-12-25 22:04:36 +08:00
|
|
|
|
当前最新发布的稳定版本是 v1.0.0。可以查看 [时间表](https://github.com/SpaceVim/SpaceVim/milestones) 获取开发进度,
|
2018-05-27 13:05:57 +08:00
|
|
|
|
或者阅读 [Roadmap](roadmap/) 获取开发计划。
|
2018-03-29 21:43:55 +08:00
|
|
|
|
|
2018-03-29 22:28:06 +08:00
|
|
|
|
- SpaceVim 是尝试搭建一个 IDE 吗?
|
2018-03-29 21:43:55 +08:00
|
|
|
|
|
|
|
|
|
是的,通过模块的方式,将各种功能封装成相应的模块,对多种语言提供了语言开发模块,目标是尝试模拟简易的集成开发环境。
|
|
|
|
|
|
2018-03-29 22:28:06 +08:00
|
|
|
|
- SpaceVim 支持什么版本的 Vim/Neovim?
|
2018-03-29 21:43:55 +08:00
|
|
|
|
|
|
|
|
|
建议使用 Vim7.4 或者 Neovim v0.1.7及其以上版本。
|
|
|
|
|
|
2018-05-27 13:05:57 +08:00
|
|
|
|
更多常见问题请阅读 [《SpaceVim FAQ》](faq/)
|
2018-03-29 21:43:55 +08:00
|
|
|
|
|
|
|
|
|
<!-- vim:set nowrap: -->
|