1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-24 06:40:05 +08:00
SpaceVim/wiki/cn/Getting-help.md
2018-10-07 20:28:58 +08:00

25 lines
1.0 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

如果在安装、配置或者使用 SpaceVim 过程中遇到了问题,可以进入 [SpaceVim 中文聊天室](https://gitter.im/SpaceVim/cn)跟大家一起交流。
这是一篇关入如何快速获取帮助的指南,在提问之前,建议先阅读《[常见问题](https://spacevim.org/faq/)》,或许从中可以找到你问题的答案。
### 切换到配置文件 init.toml
如果你对 Vim 并不陌生,也许已经熟悉了 Vim 的一些默认按键,这时候,
建议启用 SpaceVim 的 `vimcompatible` 模式。在这一模式下Vim 的原生
快捷键将不会被改变。
### 编程语言的支持
SpaceVim 对不同的编程语言提供了语言模块,该模块是对一些语言相关插件的封装。通常,
这些语言模块包含的功能有如下这些,有些模块可能只提供部分功能:
- 语法补全
- 语法检查
- 定义及引用查询
- 代码格式化
- 语法高亮
- 代码对齐
要了解更多信息,可查阅所有[可用模块](https://spacevim.org/cn/layers/)。