1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 13:40:05 +08:00
SpaceVim/docs/quick-start-guide.md
Miguel Madrid Mencía 7ce113b2a5
Fix typos:
- warpprer -> wrapper
  - executeable -> executable
  - easist -> easiest
2018-03-31 20:10:23 +02:00

1.7 KiB
Raw Blame History

title description
Quick start guide SpaceVim is a community-driven vim distribution that seeks to provide layer feature.

Quick start guide

If you havent seen SpaceVim at all yet, the first thing you should read is The Quick start guide. It will give you a good idea of what SpaceVim is like, show you how to install it, and explain its features.

Upon completing the book, youll be an intermediate Rust developer, and will have a good grasp of the fundamental ideas behind Rust.

Install

At a minimum, SpaceVim requires git and curl to be installed. These tools are needed for downloading plugins and fonts.

If you are using vim/neovim in terminal, you also need to set the font of your terminal.

Linux and macOS

curl -sLf https://spacevim.org/install.sh | bash

After SpaceVim is installed, launch vim and SpaceVim will automatically install plugins.

For more info about the install script, please check:

curl -sLf https://spacevim.org/install.sh | bash -s -- -h

Windows

The easiest way is to download install.cmd and run it as administrator, or install SpaceVim manually.

Learning SpaceVim

  • SpaceVim Documentation. Also known as "The Book", The SpaceVim Documentation will introduce you to the main topics important to using SpaceVim. The book is the primary official document of the language.
  • Hack-SpaceVim. Tell you how to hack SpaceVim.