---
title: "SpaceVim lang#toml layer"
description: "This layer is for toml development, provides syntax checking, indentation, 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 your custom configuration file with:

```toml
[[layers]]
  name = "lang#toml"
```