3.7 KiB
title | description |
---|---|
Home | SpaceVim is a community-driven vim distribution that seeks to provide layer feature. |
SpaceVim - Modern Vim distribution
SpaceVim is a distribution of the Vim editor that's inspired by spacemacs. It manages collections of plugins in layers, which help collecting related packages together to provide features. This approach helps keeping configuration organized and reduces overhead for the user by keeping them from having to think about what packages to install.
If you like SpaceVim, please feel free to star the project on github. It is a great way to show your appreciation while providing us motivation to continue working on this project.
- Quick start guide: installation, configuration, and resources of learning SpaceVim
- Documentation: the primary official document of SpaceVim
- Available layers: a list of available layers which can be used in SpaceVim
The last release is v1.7.0, check out following-HEAD page for what happened since last release.
New features
-
{% for post in site.categories.feature offset: 0 limit: 5 %}
{{ post.title }}
{{ post.date | date_to_string }}
{{ post.description | truncatewords: 100 }}
{% endfor %}
More posts are available on the blog of SpaceVim.
Follow our twitter: @SpaceVim
Participating
Discuss the project at gitter.im/SpaceVim or /r/SpaceVim
Contribute code, report bugs and request features at GitHub.
FAQ
-
What is the project status?
The current stable version is v1.7.0, See the milestones page for development progress and the Roadmap for high-level plans.
-
Is SpaceVim trying to turn Vim/Neovim into an IDE?
With layers feature, this version of Vim distribution try to turn Vim/Neovim into an IDE for many languages.
-
How many programming languages does SpaceVim support?
~/.SpaceVim> ls autoload/SpaceVim/layers/lang | wc -l 87
-
Which version of Vim/Neovim is needed?
SpaceVim has been tested in github action with following versions of neovim and vim:
- vim:
master
,8.1.2269
,8.0.1453
,8.0.0027
,7.4.1689
,7.4.629
,7.4.052
- neovim:
nightly
,v0.5.0
,v0.4.4
,v0.4.3
,v0.4.2
,v0.4.0
,v0.3.8
- vim:
For more general questions, please read SpaceVim FAQ.