mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 17:30:04 +08:00
Update about page (#2468)
* Update about page * Update about page * Fix type
This commit is contained in:
parent
55b1bd60ef
commit
b3bfe5d9ee
@ -177,6 +177,7 @@ Bitcoin: 1DtuVeg81c2L9NEhDaVTAAbrCR3pN5xPFv
|
||||
### Credits & Thanks
|
||||
|
||||
This project exists to thank all the people who have [contributed](CONTRIBUTING.md):
|
||||
|
||||
<a href="https://github.com/SpaceVim/SpaceVim/graphs/contributors"><img src="https://opencollective.com/spacevim/contributors.svg?width=890&button=false" /></a>
|
||||
|
||||
- [@Gabirel](https://github.com/Gabirel) and his [Hack-SpaceVim](https://github.com/Gabirel/Hack-SpaceVim)
|
||||
|
@ -14,22 +14,13 @@ language or feature by grouping all the related plugins together. It got inspire
|
||||
- more IDE-like features in vim and neovim
|
||||
- better default different languages
|
||||
|
||||
### Principles
|
||||
|
||||
- Do not regress from origin
|
||||
- Decide outcomes by weighing cost and benefit
|
||||
- prefer usability over tradition if the benefits are overwhelming
|
||||
- Give usability a chance
|
||||
|
||||
### Credits & Thanks
|
||||
|
||||
This project exists thanks to all the people who have contributed to SpaceVim:
|
||||
This project exists to thank all the people who have [contributed](CONTRIBUTING.md):
|
||||
|
||||
<a href="https://github.com/SpaceVim/SpaceVim/graphs/contributors"><img src="https://opencollective.com/spacevim/contributors.svg?width=890&button=false" /></a>
|
||||
|
||||
- [@Gabirel](https://github.com/Gabirel) and his [Hack-SpaceVim](https://github.com/Gabirel/Hack-SpaceVim)
|
||||
- [@everettjf](https://github.com/everettjf) and his [SpaceVimTutorial](https://everettjf.gitbooks.io/spacevimtutorial/content/)
|
||||
- [vimdoc](https://github.com/google/vimdoc) generate doc file for SpaceVim
|
||||
- [Rafael Bodill](https://github.com/rafi) and his vim-config
|
||||
- [Bailey Ling](https://github.com/bling) and his dotvim
|
||||
- authors of all the plugins used in SpaceVim.
|
||||
- Authors of all the plugins used in SpaceVim.
|
||||
|
@ -6,29 +6,23 @@ lang: cn
|
||||
|
||||
# 关于我们
|
||||
|
||||
## 版本
|
||||
[SpaceVim](https://github.com/SpaceVim/SpaceVim) 是一个社区驱动的模块化 Vim/Neovim 配置集合,以模块的方式组织管理插件以
|
||||
及相关配置,为不同的语言开发量身定制了相关的开发模块,该模块提供代码自动补全,
|
||||
语法检查、格式化、调试、REPL 等特性。用户仅需载入相关语言的模块即可得到一个开箱
|
||||
即用的 Vim-IDE。
|
||||
这一项目的灵感来自于 spacemacs。
|
||||
|
||||
[SpaceVim](https://github.com/SpaceVim/SpaceVim) 是一个社区驱动的 Vim 配置,支持 Vim 和 Neovim。
|
||||
SpaceVim 使用模块的方式来组织插件,对新手更加友好。
|
||||
|
||||
## 目标
|
||||
### 目标
|
||||
|
||||
- 提供可跨平台的优雅的用户体验。
|
||||
- 为不同语言开发提供完整的解决方案。
|
||||
- 让搭建不同语言开发环境变得更便捷
|
||||
|
||||
## 标准
|
||||
### 鸣谢
|
||||
|
||||
- 兼容 Vim 和 Neovim,尽量确保 Vim 下和 Neovim 下有相同的用户体验
|
||||
- 兼容 Vim 7.4 或者无 +py/+py3/+lua 等特性的 Vim
|
||||
- 不要从 origin 回归
|
||||
- 通过权衡成本和收益来决定结果
|
||||
- 收益与传统相比较,当收益是压倒性的时候,我们选择收益,而非坚持传统
|
||||
- 给可用性一个机会
|
||||
感谢所有曾经向 SpaceVim 贡献过代码的用户:
|
||||
|
||||
## 鸣谢
|
||||
<a href="https://github.com/SpaceVim/SpaceVim/graphs/contributors"><img src="https://opencollective.com/spacevim/contributors.svg?width=890&button=false" /></a>
|
||||
|
||||
- 开发者:[Wang Shidong](https://github.com/wsdjeg)
|
||||
- [![贡献者](https://img.shields.io/github/contributors/SpaceVim/SpaceVim.svg)](https://github.com/SpaceVim/SpaceVim/graphs/contributors)
|
||||
- [vimdoc](https://github.com/google/vimdoc) 自动生成 Vim 文档
|
||||
- [Rafael Bodill](https://github.com/rafi) 的 Vim 配置
|
||||
- [Bailey Ling](https://github.com/bling) 的 Vim 配置
|
||||
- [@Gabirel](https://github.com/Gabirel) 及其 [Hack-SpaceVim](https://github.com/Gabirel/Hack-SpaceVim)
|
||||
- [vimdoc](https://github.com/google/vimdoc):帮助文档自动生成工具
|
||||
- SpaceVim 中涉及到的所有插件的作者
|
||||
|
Loading…
Reference in New Issue
Block a user