Gabirel / Hack-SpaceVim

🚀 Tell you how to hack SpaceVim. Be useful. Try Discussions!
MIT License
478 stars 68 forks source link
config discussions documentation hack-spacevim instructions spacevim trick vim vim-configuration

= 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://gitlab.com/SpaceVim/SpaceVim[SpaceVim] | link:README_zh_CN.adoc[Hack-SpaceVim 中文版] | https://github.com/Gabirel/Hack-SpaceVim/issues[Ask questions] | https://gitlab.com/SpaceVim/SpaceVim/issues[Bug report & Feature request]

.What can you get from Hack-SpaceVim

== Index

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

== 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]