1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 17:30:04 +08:00
SpaceVim/wiki/en/Getting-help.md
2021-05-07 19:29:32 +08:00

907 B

If you need help, ask your question in the Gitter room, a member of the community will help you out.

Here is a simple guide for how to get help with SpaceVim. Before asking questions, please read the FAQ, the answer to your question may be listed there.

Transitioning to init.toml

If you are not new to Vim, and you are familiar with your own vim config, we recommend to use vimcompatible mode, In this mode, no original key bindings will be overriden.

Language support

SpaceVim use language layer to to provide common IDE functionality for any arbitrary programming language. This enables features like

  • code completion
  • syntax checking
  • find definition and references
  • code formatting
  • syntax highlighting
  • indent

please check out the available layers for all supported languages.