From b3bfe5d9ee65695818a14540fe90b1d3831369fc Mon Sep 17 00:00:00 2001 From: Wang Shidong Date: Mon, 21 Jan 2019 22:41:23 +0800 Subject: [PATCH] Update about page (#2468) * Update about page * Update about page * Fix type --- README.md | 1 + docs/about.md | 13 ++----------- docs/cn/about.md | 32 +++++++++++++------------------- 3 files changed, 16 insertions(+), 30 deletions(-) diff --git a/README.md b/README.md index 0412bb075..534cb0d91 100644 --- a/README.md +++ b/README.md @@ -177,6 +177,7 @@ Bitcoin: 1DtuVeg81c2L9NEhDaVTAAbrCR3pN5xPFv ### Credits & Thanks This project exists to thank all the people who have [contributed](CONTRIBUTING.md): + - [@Gabirel](https://github.com/Gabirel) and his [Hack-SpaceVim](https://github.com/Gabirel/Hack-SpaceVim) diff --git a/docs/about.md b/docs/about.md index 4abe5566a..9ec8f10f0 100644 --- a/docs/about.md +++ b/docs/about.md @@ -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): - [@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. diff --git a/docs/cn/about.md b/docs/cn/about.md index 62967a337..997d48490 100644 --- a/docs/cn/about.md +++ b/docs/cn/about.md @@ -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 贡献过代码的用户: -## 鸣谢 + -- 开发者:[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 中涉及到的所有插件的作者