2018-08-25 21:41:15 +08:00
|
|
|
---
|
|
|
|
title: "SpaceVim lang#plantuml layer"
|
2019-02-03 20:51:01 +08:00
|
|
|
description: "This layer is for PlantUML development, syntax highlighting for PlantUML file."
|
2018-08-25 21:41:15 +08:00
|
|
|
---
|
|
|
|
|
|
|
|
# [Available Layers](../../) >> lang#plantuml
|
|
|
|
|
|
|
|
<!-- vim-markdown-toc GFM -->
|
|
|
|
|
|
|
|
- [Description](#description)
|
|
|
|
- [Features](#features)
|
|
|
|
- [Install](#install)
|
|
|
|
- [Layer](#layer)
|
|
|
|
|
|
|
|
<!-- vim-markdown-toc -->
|
|
|
|
|
|
|
|
## Description
|
|
|
|
|
2019-02-03 20:51:01 +08:00
|
|
|
This layer is for PlantUML development.
|
2018-08-25 21:41:15 +08:00
|
|
|
|
|
|
|
## Features
|
|
|
|
|
|
|
|
- Syntax highlighting
|
|
|
|
- Inline previews
|
|
|
|
|
|
|
|
## Install
|
|
|
|
|
|
|
|
### Layer
|
|
|
|
|
|
|
|
To use this configuration layer, update custom configuration file with:
|
|
|
|
|
|
|
|
```toml
|
|
|
|
[[layers]]
|
|
|
|
name = "lang#plantuml"
|
|
|
|
```
|