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

910 B
Raw Blame History

title description lang
SpaceVim format 模块 这一模块为 SpaceVim 提供了代码异步格式化功能,支持高度自定义配置和多种语言。 zh

可用模块 >> format

模块简介

该模块为 SpaceVim 提供代码格式化的功能,使用了 Vim8/neovim 的异步特性。引入了插件 neoformat

启用模块

可通过在配置文件内加入如下配置来启用该模块:

[[layers]]
  name = "format"

模块设置

neoformat 这一插件为不同语言做了很好的默认配置只需要安装对应的格式化命令即可。当然neoformat 也支持自定义配置。 可以在 SpaceVim 启动函数里设置相关插件选项。