2017-02-12 09:28:19 +08:00
|
|
|
---
|
2021-08-23 22:14:58 +08:00
|
|
|
title: "About"
|
2020-04-28 08:56:35 +08:00
|
|
|
description: "The goals, credits and contact information about SpaceVim."
|
2017-02-12 09:28:19 +08:00
|
|
|
---
|
|
|
|
|
2021-08-23 22:14:58 +08:00
|
|
|
# About
|
2018-01-31 14:59:29 +08:00
|
|
|
|
2021-08-23 22:14:58 +08:00
|
|
|
<!-- vim-markdown-toc GFM -->
|
2017-02-06 21:29:04 +08:00
|
|
|
|
2021-08-23 22:14:58 +08:00
|
|
|
- [History](#history)
|
|
|
|
- [Goals](#goals)
|
|
|
|
- [Contact](#contact)
|
|
|
|
- [Credits & Thanks](#credits--thanks)
|
2017-02-07 01:51:23 +08:00
|
|
|
|
2021-08-23 22:14:58 +08:00
|
|
|
<!-- vim-markdown-toc -->
|
2020-04-28 08:56:35 +08:00
|
|
|
|
2021-08-23 22:14:58 +08:00
|
|
|
## History
|
|
|
|
|
|
|
|
SpaceVim started in December 2016 as a spin-off from @wsdjeg's [DotFiles repository](https://github.com/wsdjeg/DotFiles).
|
|
|
|
An early idea for modular configuration came from the Vim configuration by airline's author.
|
|
|
|
The earliest version was further influenced by spacemacs' layer concept.
|
2020-04-28 08:56:35 +08:00
|
|
|
|
|
|
|
## Goals
|
|
|
|
|
|
|
|
- Mnemonic key bindings navigation
|
2021-08-23 22:14:58 +08:00
|
|
|
- More IDE-like features in both Vim and Neovim
|
|
|
|
- Better programming language support
|
|
|
|
- Cross-platform consistency
|
|
|
|
- Fast start up and efficient operation
|
|
|
|
|
|
|
|
## Contact
|
|
|
|
|
|
|
|
You can get in touch with the maintainer by send email to [support@spacevim.org](mailto:support@spacevim.org).
|
|
|
|
Your message will be sent to our teams, who will get back to you as soon as they can.
|
|
|
|
Please be advised that weekends and public holidays might delay response time.
|
2017-02-07 01:51:23 +08:00
|
|
|
|
2020-04-28 08:56:35 +08:00
|
|
|
## Credits & Thanks
|
2017-12-07 23:19:13 +08:00
|
|
|
|
2021-06-21 20:39:29 +08:00
|
|
|
This project exists thanks to all the people who have contributed:
|
2018-05-12 19:01:00 +08:00
|
|
|
|
|
|
|
<a href="https://github.com/SpaceVim/SpaceVim/graphs/contributors"><img src="https://opencollective.com/spacevim/contributors.svg?width=890&button=false" /></a>
|
|
|
|
|
2021-08-23 22:14:58 +08:00
|
|
|
- [Hack-SpaceVim](https://github.com/Gabirel/Hack-SpaceVim) by [@Gabirel](https://github.com/Gabirel)
|
|
|
|
- [SpaceVimTutorial](https://everettjf.gitbooks.io/spacevimtutorial/content/) by [@everettjf](https://github.com/everettjf)
|
|
|
|
- [10-minutes-to-SpaceVim](https://github.com/Jackiexiao/10-minutes-to-SpaceVim) by [@Jackiexiao](https://github.com/Jackiexiao)
|
|
|
|
- [A First Look At SpaceVim](https://www.youtube.com/watch?v=iXPS_NHLj9k) by [@DistroTube](https://www.youtube.com/channel/UCVls1GmFKf6WlTraIb_IaJg)
|
2017-02-07 01:51:23 +08:00
|
|
|
- [vimdoc](https://github.com/google/vimdoc) generate doc file for SpaceVim
|
2019-01-21 22:41:23 +08:00
|
|
|
- Authors of all the plugins used in SpaceVim.
|