1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-24 05:30:07 +08:00
SpaceVim/docs/cn/index.md

75 lines
3.7 KiB
Markdown
Raw Normal View History

---
title: "主页"
description: "SpaceVim 是一个社区驱动的模块化的 Vim IDE以模块的方式组织和管理插件提高 Vim 环境配置效率。"
2019-10-04 14:13:51 +08:00
lang: zh
---
[![Gitter](https://badges.gitter.im/SpaceVim/SpaceVim.svg)](https://gitter.im/SpaceVim/cn)
2020-04-06 21:53:50 +08:00
[![Build Status](https://travis-ci.org/SpaceVim/SpaceVim.svg?branch=master)](https://travis-ci.org/SpaceVim/SpaceVim)
[![Build status](https://ci.appveyor.com/api/projects/status/eh3t5oph70abp665/branch/master?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)
2020-04-06 21:53:50 +08:00
[![Version](https://img.shields.io/badge/version-1.5.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)
2020-04-29 23:32:26 +08:00
![welcome-page](https://user-images.githubusercontent.com/13142418/80494420-3925c680-8999-11ea-9652-21e1e5564148.png)
# SpaceVim - 模块化的 Vim IDE
SpaceVim 是一个社区驱动的模块化的 Vim IDE以模块的方式组织管理插件以及相关配置
为不同的语言开发量身定制了相关的开发模块,该模块提供代码自动补全,
语法检查、格式化、调试、REPL 等特性。用户仅需载入相关语言的模块即可得到一个开箱即用的 Vim IDE。
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/): 罗列了目前已经支持的所有模块,包括功能模块和不同的语言模块
## 最新特性
<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>
<br>
<img alt="{{ post.title }}" src="{{ post.image }}">
{% endfor %}
</ul>
2020-02-19 10:42:35 +08:00
更多精彩内容欢迎订阅 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) 上,
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
2020-04-05 16:32:15 +08:00
当前最新发布的稳定版本是 v1.4.0。可以查看 [时间表](https://github.com/SpaceVim/SpaceVim/milestones) 获取开发进度,
或者阅读 [Roadmap](roadmap/) 获取开发计划。
2018-03-29 21:43:55 +08:00
- SpaceVim 是尝试搭建一个 IDE 吗?
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
```sh
~/.SpaceVim> ls autoload/SpaceVim/layers/lang | wc -l
2020-02-17 17:16:19 +08:00
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
2020-02-19 10:42:35 +08:00
建议使用 Vim 7.4 或者 Neovim v0.1.7 及其以上版本。为了更好的使用体验,建议使用最新版的 Neovim。
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: -->