mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 02:10:05 +08:00
36 lines
598 B
Markdown
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"
|
||
|
```
|