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),
|
2018-08-16 21:21:53 +08:00
|
|
|
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.
|