1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-28 03:40:04 +08:00
SpaceVim/docs/layers/lang/toml.md
2020-07-11 22:14:10 +08:00

27 lines
467 B
Markdown

---
title: "SpaceVim lang#toml layer"
description: "This layer is for toml development, provide syntax checking, indent etc."
---
# [Available Layers](../../) >> lang#toml
<!-- vim-markdown-toc GFM -->
- [Description](#description)
- [Install](#install)
<!-- vim-markdown-toc -->
## Description
This layer is for toml development.
## Install
To use this configuration layer, update custom configuration file with:
```toml
[[layers]]
name = "lang#toml"
```