Gabirel / Hack-SpaceVim

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hack-SpaceVim - Guider for SpaceVim

image Build Status MIT License spacevim-version Average time to resolve an issue Percentage of issues still open


You may want to check issues for the most recent discussions.

1. Introduction

What can you get from Hack-SpaceVim
  • ๐Ÿค˜ Introductions about how to install SpaceVim with step by step

  • :trollface: Set up developing environments very fast

  • ๐Ÿ˜Ž Become a developer very quickly

  • ๐Ÿ’†โ€โ™€๏ธ Help you get acquainted with mountains of plugins

  • ๐Ÿ’ช Make you a professional vimmer

  • ๐ŸŒš Let you hack this planet with SpaceVim

  • ๐Ÿ˜ฑ Tell you some facts somebody else wonโ€™t tell you

  • ๐Ÿ˜ Tricks you will never know(contradictory statements)

3. FAQ

  1. 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 bootstrap functions. You will then pollute SpaceVimโ€™s source code.

  2. 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.

4. Contributors

Made with contributors-img.

5. Reference

New to Vim: vim-galore

About

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

License:MIT License