mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 03:00:04 +08:00
23 lines
740 B
Markdown
23 lines
740 B
Markdown
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.
|