Hack-SpaceVim icon indicating copy to clipboard operation
Hack-SpaceVim copied to clipboard

πŸš€ Tell you how to hack SpaceVim. Be useful. Try Discussions!

= Hack-SpaceVim - Guider for SpaceVim :sectnums: :toc: :toclevels: 4 :toc-title::

https://spacevim.org[image:https://spacevim.org/img/build-with-SpaceVim.svg[image]] https://travis-ci.org/Gabirel/Hack-SpaceVim[image:https://travis-ci.org/Gabirel/Hack-SpaceVim.svg?branch=master[Build Status]] link:LICENSE[image:https://img.shields.io/badge/license-MIT-blue.svg?style=flat[MIT License]] https://spacevim.org[image:https://img.shields.io/badge/spacevim-v2.0.0-FF00CC.svg[spacevim-version]] http://isitmaintained.com/project/Gabirel/Hack-SpaceVim[image:http://isitmaintained.com/badge/resolution/Gabirel/Hack-SpaceVim.svg[Average time to resolve an issue]] http://isitmaintained.com/project/Gabirel/Hack-SpaceVim[image:http://isitmaintained.com/badge/open/Gabirel/Hack-SpaceVim.svg[Percentage of issues still open]]

'''

You may want to check https://github.com/Gabirel/Hack-SpaceVim/issues[issues] for the most recent discussions.

== Introduction

https://github.com/spacevim/spacevim[SpaceVim] | link:README_zh_CN.adoc[Hack-SpaceVim δΈ­ζ–‡η‰ˆ] | https://github.com/Gabirel/Hack-SpaceVim/issues[Ask questions] | https://github.com/spacevim/spacevim/issues[Bug report & Feature request]

.What can you get from Hack-SpaceVim

  • :metal: Introductions about how to install SpaceVim with step by step
  • :trollface: Set up developing environments very fast
  • :sunglasses: Become a developer very quickly
  • :massage_woman: Help you get acquainted with mountains of plugins
  • :muscle: Make you a professional vimmer
  • :new_moon_with_face: Let you hack this planet with SpaceVim
  • :scream: Tell you some facts somebody else won’t tell you
  • :smirk: Tricks you will never know(contradictory statements)

== Index

[arabic] . link:en_US/installation/installation-for-windows.adoc#install-spacevim-on-windows[SpaceVim on Windows]

  • link:en_US/installation/installation-for-windows.adoc#install-spacevim-on-windows[Install SpaceVim on Windows] ** link:en_US/installation/installation-for-windows.adoc#table-of-contents[Table of Contents] ** link:en_US/installation/installation-for-windows.adoc#install-prerequisites[Install prerequisites] ** link:en_US/installation/installation-for-windows.adoc#start-to-install[Start to install] *** link:en_US/installation/installation-for-windows.adoc#install-online[Install online] *** link:en_US/installation/installation-for-windows.adoc#install-offline[Install offline] ** link:en_US/installation/installation-for-windows.adoc#install-neovim[Install Neovim] . link:en_US/installation/installation-for-linux.adoc#install-spacevim-on-linux[SpaceVim on Linux]
  • link:en_US/installation/installation-for-linux.adoc#install-spacevim-on-linux[Install SpaceVim on Linux] ** link:en_US/installation/installation-for-linux.adoc#table-of-contents[Table of Contents] ** link:en_US/installation/installation-for-linux.adoc#install-prerequisites[Install prerequisites] ** link:en_US/installation/installation-for-linux.adoc#start-to-install[Start to install] *** link:en_US/installation/installation-for-linux.adoc#install-online[Install online] *** link:en_US/installation/installation-for-linux.adoc#install-offline[Install offline] . link:en_US/IDE[IDE]
  • link:en_US/IDE/JavaScript.adoc#ide-for-javascript[IDE for JavaScript] ** link:en_US/IDE/JavaScript.adoc#table-of-contents[Table of Contents] ** link:en_US/IDE/JavaScript.adoc#requirements[Requirements] ** link:en_US/IDE/JavaScript.adoc#installation[Installation] *** link:en_US/IDE/JavaScript.adoc#spacevim[SpaceVim] *** link:en_US/IDE/JavaScript.adoc#install-npm-or-cnpm[Install npm or cnpm] *** link:en_US/IDE/JavaScript.adoc#install-tern[Install tern] *** link:en_US/IDE/JavaScript.adoc#add-config-into-your-spacevimdinitvim[Add config into your ~/.SpaceVim.d/init.vim] ** link:en_US/IDE/JavaScript.adoc#config[Config] ** link:en_US/IDE/JavaScript.adoc#credits--thanks[Credits & Thanks] . link:en_US/FAQ.adoc#faq[FAQ]
  • link:en_US/FAQ.adoc#general[General] ** link:en_US/FAQ.adoc#change-layer-options[Change layer options]
  • link:en_US/FAQ.adoc#windows[Windows] ** link:en_US/FAQ.adoc#set-up-your-path[Set up your PATH] ** link:en_US/FAQ.adoc#without-python-support[without python support] ** link:en_US/FAQ.adoc#spacevim-gets-frozen-easily[SpaceVim gets frozen easily] ** link:en_US/FAQ.adoc#vcruntime140dll-error[vcruntime140.dll Error] ** link:en_US/FAQ.adoc#installing-on-windows-is-too-complicated[Installing on Windows is too complicated] ** link:en_US/FAQ.adoc#exuberant-ctags-not-found[Exuberant ctags not found]
  • link:en_US/FAQ.adoc#linux[Linux] ** link:en_US/FAQ.adoc#building-vim-from-source[Building vim from source] ** link:en_US/FAQ.adoc#exuberant-ctags-not-found-1[Exuberant ctags not found] . link:en_US/hidden_Egg_Hunt[Hidden Egg Hunt]
  • link:en_US/hidden_Egg_Hunt/play-games.adoc#play-games-on-spacevim[Play games on SpaceVim] ** link:en_US/hidden_Egg_Hunt/play-games.adoc#game-lists[Game Lists] ** link:en_US/hidden_Egg_Hunt/play-games.adoc#vim2048[Vim2048] *** link:en_US/hidden_Egg_Hunt/play-games.adoc#instruction[Instruction]

== FAQ

[qanda] init.toml or init.vim?::

TL;DR: Choose init.vim. Don't use init.toml. + Long answer: Here are several reasons for this: ** SpaceVim doesn't provide detailed documents of variable name you can use. Under this circumstance, it is not smart to use init.toml although SpaceVim recommand you to use toml-style config. + ** You need nobody to tell you what variable name you can use in your vim script, just by looking up the source code of SpaceVim. ** For beginner: Toml-style of config won't help you develop skills related with vim script. ** In order to define your custom code/functions, you have to use https://spacevim.org/documentation/#bootstrap-functions[bootstrap functions]. You will then pollute SpaceVim's source code.

What does Hack-SpaceVim really do?:: Currently, it is trying to be something really useful to whom wants to master or use SpaceVim, including various aspects. Not just SpaceVim, but also vim/nvim.

== Contributors

++++ ++++

Made with https://contributors-img.web.app[contributors-img].

== Reference

New to Vim: https://github.com/mhinz/vim-galore[vim-galore]