1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-24 14:40:04 +08:00
SpaceVim/docs/cn/layers/format.md
2019-10-04 14:13:51 +08:00

35 lines
910 B
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.

---
title: "SpaceVim format 模块"
description: "这一模块为 SpaceVim 提供了代码异步格式化功能,支持高度自定义配置和多种语言。"
lang: zh
---
# [可用模块](../) >> format
<!-- vim-markdown-toc GFM -->
- [模块简介](#模块简介)
- [启用模块](#启用模块)
- [模块设置](#模块设置)
<!-- vim-markdown-toc -->
## 模块简介
该模块为 SpaceVim 提供代码格式化的功能,使用了 Vim8/neovim 的异步特性。引入了插件 [neoformat](https://github.com/sbdchd/neoformat)
## 启用模块
可通过在配置文件内加入如下配置来启用该模块:
```toml
[[layers]]
name = "format"
```
## 模块设置
neoformat 这一插件为不同语言做了很好的默认配置只需要安装对应的格式化命令即可。当然neoformat 也支持自定义配置。
可以在 SpaceVim 启动函数里设置相关插件选项。