1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-27 13:00:04 +08:00
SpaceVim/docs/layers/lang/plantuml.md

36 lines
598 B
Markdown
Raw Normal View History

---
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."
---
# [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.
## Features
- Syntax highlighting
- Inline previews
## Install
### Layer
To use this configuration layer, update custom configuration file with:
```toml
[[layers]]
name = "lang#plantuml"
```