1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-24 11:00:05 +08:00
SpaceVim/docs/cn/index.md
Wang Shidong 2b3f3b7643
Release v1.1.0 (#2726)
* Update release script

* Update wiki

* Update img

* Update release page

* Change release page

* Fix resume

* Add Leader f SPC for fzf layer

* Add fzf menu support

* Use o to open dir in defx

* Update roadmap

* Update version

* Update version in script

* Add fzf mru

* Fix spacevim log level

close #2561
2019-04-08 07:46:56 +08:00

63 lines
3.1 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: "主页"
description: "SpaceVim 是一个社区驱动的模块化的 Vim IDE以模块的方式组织和管理插件提高 Vim 环境配置效率。"
lang: cn
---
[![Gitter](https://badges.gitter.im/SpaceVim/SpaceVim.svg)](https://gitter.im/SpaceVim/cn)
[![Build Status](https://travis-ci.org/SpaceVim/SpaceVim.svg?branch=dev)](https://travis-ci.org/SpaceVim/SpaceVim)
[![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)
[![Version](https://img.shields.io/badge/version-1.1.0--dev-8700FF.svg)](https://github.com/SpaceVim/SpaceVim/releases)
[![GPLv3 License](https://img.shields.io/badge/license-GPLv3-blue.svg)](https://github.com/SpaceVim/SpaceVim/blob/master/LICENSE)
![welcome-page](https://user-images.githubusercontent.com/13142418/55619929-44c1b080-57cc-11e9-9c6a-8637555c2d6c.png)
# SpaceVim - 模块化的 Vim IDE
SpaceVim 是一个社区驱动的模块化的 Vim IDE以模块的方式组织管理插件以及相关配置
为不同的语言开发量身定制了相关的开发模块,该模块提供代码自动补全,
语法检查、格式化、调试、REPL 等特性。用户仅需载入相关语言的模块即可得到一个开箱即用的 Vim IDE。
请查阅[《入门指南》](quick-start-guide/)、[《用户文档》](documentation/)和[《可用模块》](layers/)以获取更多信息。
## 最新特性
<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>
更多精彩博客请订阅 [SpaceVim 中文博客](blog/) 或关注微博 [@SpaceVim](https://weibo.com/SpaceVim)。
## 参与
常规的项目讨论和问答主要是使用 [Gitter 聊天室](https://gitter.im/SpaceVim/cn) 和 [知乎](https://www.zhihu.com/topic/20168681/hot)
而提交问题和贡献代码主要是在 [Github](https://github.com/SpaceVim/SpaceVim) 上,
同时SpaceVim 开通了[码云仓库](https://gitee.com/spacevim/SpaceVim),主要用于中文交流。
## 常见问题
- 目前 SpaceVim 的开发状态如何?
当前最新发布的稳定版本是 v1.0.0。可以查看 [时间表](https://github.com/SpaceVim/SpaceVim/milestones) 获取开发进度,
或者阅读 [Roadmap](roadmap/) 获取开发计划。
- SpaceVim 是尝试搭建一个 IDE 吗?
是的,通过模块的方式,将各种功能封装成相应的模块,对多种语言提供了语言开发模块,目标是尝试模拟简易的集成开发环境。
- SpaceVim 支持什么版本的 Vim/Neovim
建议使用 Vim 7.4 或者 Neovim v0.1.7及其以上版本。
更多常见问题请阅读 [《SpaceVim FAQ》](faq/)
<!-- vim:set nowrap: -->