mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 05:40:05 +08:00
28 lines
474 B
Markdown
28 lines
474 B
Markdown
---
|
|
title: "SpaceVim lang#xml layer"
|
|
description: "This layer is for xml development, provides syntax checking, indentation etc."
|
|
---
|
|
|
|
# [Available Layers](../../) >> lang#xml
|
|
|
|
<!-- vim-markdown-toc GFM -->
|
|
|
|
- [Description](#description)
|
|
- [Install](#install)
|
|
|
|
<!-- vim-markdown-toc -->
|
|
|
|
## Description
|
|
|
|
This layer is for xml development.
|
|
|
|
## Install
|
|
|
|
To use this configuration layer, update your custom configuration file with:
|
|
|
|
```toml
|
|
[[layers]]
|
|
name = "lang#xml"
|
|
```
|
|
|