1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-24 05:40:05 +08:00
SpaceVim/README.cn.md

52 lines
3.0 KiB
Markdown
Raw Normal View History

2022-06-12 10:29:39 +08:00
<h1 align="center">
<a href="https://spacevim.org/cn/">
<img src="https://spacevim.org/logo.png" width="600" alt="SpaceVim"/>
</a>
</h1>
2017-10-29 15:06:53 +08:00
[即时聊天](https://chat.mozilla.org/#/room/#spacevim-cn:matrix.org) \|
2022-06-12 10:29:39 +08:00
[入门指南](https://spacevim.org/cn/quick-start-guide/) \|
[推特](https://twitter.com/SpaceVim)
2020-09-29 22:45:40 +08:00
[![build](https://img.shields.io/github/workflow/status/SpaceVim/SpaceVim/test)](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-02 13:36:51 +08:00
[![Release](https://img.shields.io/badge/Release-2.0.0-8700FF.svg)](https://spacevim.org/SpaceVim-release-v2.0.0/)
2018-02-15 22:25:03 +08:00
[![GPLv3 License](https://img.shields.io/badge/license-GPLv3-blue.svg)](https://github.com/SpaceVim/SpaceVim/blob/master/LICENSE)
2022-06-12 10:29:39 +08:00
[![Docker Pulls](https://img.shields.io/docker/pulls/spacevim/spacevim)](https://hub.docker.com/r/spacevim/spacevim)
2017-10-29 15:06:53 +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)
2020-09-29 22:45:40 +08:00
[SpaceVim](https://spacevim.org/cn/) 是一个社区驱动的模块化 Vim/Neovim 配置集合,以模块的方式组织管理插件以
2018-03-23 23:32:01 +08:00
及相关配置,为不同的语言开发量身定制了相关的开发模块,该模块提供代码自动补全,
语法检查、格式化、调试、REPL 等特性。用户仅需载入相关语言的模块即可得到一个开箱
即用的 Vim-IDE。
2017-10-29 15:06:53 +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) 页面罗列了
2020-09-29 22:45:40 +08:00
master 分支最新的更新以及变动。
2018-03-23 23:32:01 +08:00
2021-08-11 16:21:08 +08:00
## 支持 SpaceVim
2017-10-29 15:28:59 +08:00
2021-08-11 16:21:08 +08:00
这个项目的存在需要要感谢所有[参与贡献](contribution .md)的人,
我们感谢社区的任何贡献。
2017-10-29 15:28:59 +08:00
2021-08-11 16:21:08 +08:00
<a href="https://github.com/SpaceVim/SpaceVim/graphs/contributors"><img src="https://opencollective.com/spacevim/contributors.svg?width=890&button=false" /></a>
2017-10-29 15:28:59 +08:00
2021-08-11 16:21:08 +08:00
想要了解更多信息,请查看我们的[开发者手册](https://spacevim.org/cn/development/)。
2018-03-23 23:32:01 +08:00
2021-08-11 16:21:08 +08:00
如果你在日常工作中使用 SpaceVim觉得它让你更轻松
2018-03-23 23:32:01 +08:00
2021-08-11 16:21:08 +08:00
请考虑偶尔请我喝杯咖啡!
2017-10-29 15:06:53 +08:00
| 微信 | 支付宝 |
| -------------------------------------------------------- | ---------------------------------------------------------- |
2018-03-24 19:53:58 +08:00
| <img src="docs/img/weixin.png" height="150" width="150"> | <img src="docs/img/zhifubao.png" height="150" width="150"> |
2020-09-29 22:45:40 +08:00
## 鸣谢
- [@Gabirel](https://github.com/Gabirel) 的 [《Hack-SpaceVim》](https://github.com/Gabirel/Hack-SpaceVim)
- [@everettjf](https://github.com/everettjf) 的 [《SpaceVimTutorial》](https://everettjf.gitbooks.io/spacevimtutorial/content/)
- [vimdoc](https://github.com/google/vimdoc):自动生成帮助文件
- SpaceVim 中所使用所有插件的作者
<!-- vim:set nowrap: -->