1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-03 23:50:05 +08:00
SpaceVim/docs/layers/lang/plantuml.md
Wang Shidong 9ed641aabf
Add lang#plantuml layer (#2085)
* Add lang#plantuml layer
2018-08-25 21:41:15 +08:00

36 lines
598 B
Markdown

---
title: "SpaceVim lang#plantuml layer"
description: "This layer is for plantuml development, syntax highlighting for plantuml file."
---
# [Available Layers](../../) >> lang#plantuml
<!-- vim-markdown-toc GFM -->
- [Description](#description)
- [Features](#features)
- [Install](#install)
- [Layer](#layer)
<!-- vim-markdown-toc -->
## Description
This layer is for plantuml development.
## Features
- Syntax highlighting
- Inline previews
## Install
### Layer
To use this configuration layer, update custom configuration file with:
```toml
[[layers]]
name = "lang#plantuml"
```