1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 22:40:04 +08:00
SpaceVim/docs/index.md

66 lines
2.7 KiB
Markdown
Raw Normal View History

2017-02-15 22:05:31 +08:00
---
2021-08-11 16:21:08 +08:00
title: "Home"
2024-02-18 13:44:36 +08:00
description: "SpaceVim is a modular Vim/Neovim configuration that seeks to provide layer feature."
2017-02-15 22:05:31 +08:00
---
2022-10-10 01:12:08 +08:00
2024-02-22 16:04:34 +08:00
[![matrix](https://img.spacevim.org/spacevim-matrix.svg)](https://app.element.io/#/room/#spacevim:matrix.org)
2024-02-22 16:21:39 +08:00
[![Telegram](https://img.spacevim.org/telegram-spacevim.svg)](https://t.me/SpaceVim/)
2024-02-26 21:36:53 +08:00
[![twitter](https://img.spacevim.org/twitter.svg)](https://twitter.com/SpaceVim)
2024-02-22 16:21:39 +08:00
[![GPLv3 License](https://img.spacevim.org/license-GPLv3-blue.svg)](development/#license)
2024-02-26 21:36:53 +08:00
[![reddit](https://img.spacevim.org/reddit.svg)](https://www.reddit.com/r/SpaceVim/)
2017-11-18 20:14:13 +08:00
![work-flow](https://img.spacevim.org/workflow.png)
2018-01-21 21:07:35 +08:00
2024-02-18 13:44:36 +08:00
SpaceVim is a modular configuration of Vim and Neovim.
2022-10-10 01:12:08 +08:00
It's inspired by spacemacs. It manages collections of plugins in layers,
which help to collect related packages together to provide features.
This approach helps keep the configuration organized and reduces
overhead for the user by keeping them from having to think about
what packages to install.
2017-11-18 20:14:13 +08:00
- [Quick start guide](quick-start-guide/): installation, configuration, and learning resources for SpaceVim
- [Documentation](documentation/): the primary official documentation of SpaceVim
2019-10-05 13:53:05 +08:00
- [Available layers](layers/): a list of available layers which can be used in SpaceVim
2018-10-02 21:04:30 +08:00
2024-03-24 14:49:58 +08:00
The project is currently under active development and the latest stable release is [v2.3.0](https://spacevim.org/SpaceVim-release-v2.3.0/) which was released at 2024-03-24,
2024-02-20 16:21:41 +08:00
check out [following-HEAD](following-head/) page for what happened since last release. The [roadmap](roadmap/) page defines the project direction and priorities.
2017-02-06 21:38:14 +08:00
2024-03-24 14:49:58 +08:00
## News
2018-01-13 14:02:22 +08:00
<ul>
2024-03-24 14:49:58 +08:00
{% for post in site.categories.blog offset: 0 limit: 5 %}
2018-01-13 14:02:22 +08:00
<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>
2018-01-13 14:02:22 +08:00
{% endfor %}
</ul>
2017-11-18 20:14:13 +08:00
2019-10-05 13:53:05 +08:00
More posts are available on the [blog](blog/) of SpaceVim.
## FAQ
2018-03-29 22:28:06 +08:00
- Is SpaceVim trying to turn Vim/Neovim into an IDE?
2020-12-22 21:32:30 +08:00
With layers feature, this version of Vim distribution try to turn Vim/Neovim into an IDE for many languages.
2019-06-26 23:46:15 +08:00
- How many programming languages does SpaceVim support?
2020-12-22 21:32:30 +08:00
```
~/.SpaceVim> ls autoload/SpaceVim/layers/lang | wc -l
87
```
2019-06-26 23:46:15 +08:00
2024-06-02 20:14:17 +08:00
- Which version of vim or neovim should be installed for SpaceVim?
The following versions have been tested:
2024-06-02 20:32:35 +08:00
- vim: `7.4.1185`, `7.4.1689`, `8.0.0027`, `8.0.1453`, `8.1.2269`, `8.2.3995` `9.1.0196`
- neovim: `v0.3.0`, `v0.4.2`, `v0.5.0`, `v0.6.0`, `v0.7.0`, `v0.8.0`, `v0.9.0`, `v0.9.5`, `v0.10.0`
2024-06-02 20:14:17 +08:00
It is recommended to use neovim v0.9.5+
2017-12-25 23:42:46 +08:00
For more general questions, please read the SpaceVim [FAQ](faq/).
2017-12-25 23:42:46 +08:00
<!-- vim:set nowrap: -->