1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-03 06:40:05 +08:00
SpaceVim/wiki/en/Getting-help.md

23 lines
740 B
Markdown
Raw Normal View History

2022-11-11 09:17:53 +08:00
If you need help, ask your question in the [matrix room](https://chat.mozilla.org/#/room/#spacevim:matrix.org),
a member of the community will help you out.
### 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](https://spacevim.org/layers/) for all supported languages.