2020-07-11 22:14:10 +08:00
|
|
|
---
|
|
|
|
title: "SpaceVim lang#toml layer"
|
2021-06-21 20:39:29 +08:00
|
|
|
description: "This layer is for toml development, provides syntax checking, indentation, etc."
|
2020-07-11 22:14:10 +08:00
|
|
|
---
|
|
|
|
|
|
|
|
# [Available Layers](../../) >> lang#toml
|
|
|
|
|
|
|
|
<!-- vim-markdown-toc GFM -->
|
|
|
|
|
|
|
|
- [Description](#description)
|
|
|
|
- [Install](#install)
|
|
|
|
|
|
|
|
<!-- vim-markdown-toc -->
|
|
|
|
|
|
|
|
## Description
|
|
|
|
|
|
|
|
This layer is for toml development.
|
|
|
|
|
|
|
|
## Install
|
|
|
|
|
2021-06-21 20:39:29 +08:00
|
|
|
To use this configuration layer, update your custom configuration file with:
|
2020-07-11 22:14:10 +08:00
|
|
|
|
|
|
|
```toml
|
|
|
|
[[layers]]
|
|
|
|
name = "lang#toml"
|
|
|
|
```
|