2020-12-20 19:41:17 +08:00
|
|
|
---
|
|
|
|
title: "SpaceVim lang#povray layer"
|
2021-06-21 20:39:29 +08:00
|
|
|
description: "This layer is for povray development, provides syntax highlighting, and viewing images."
|
2020-12-20 19:41:17 +08:00
|
|
|
---
|
|
|
|
|
|
|
|
# [Available Layers](../../) >> lang#povray
|
|
|
|
|
|
|
|
<!-- vim-markdown-toc GFM -->
|
|
|
|
|
|
|
|
- [Description](#description)
|
|
|
|
- [Install](#install)
|
|
|
|
|
|
|
|
<!-- vim-markdown-toc -->
|
|
|
|
|
|
|
|
## Description
|
|
|
|
|
|
|
|
This layer is for writing [POV-Ray](https://www.povray.org/) code, including syntax highlighting for `*.pov` files.
|
|
|
|
|
|
|
|
## Install
|
|
|
|
|
2021-06-21 20:39:29 +08:00
|
|
|
To use this configuration layer, update your custom configuration file with:
|
2020-12-20 19:41:17 +08:00
|
|
|
|
|
|
|
```toml
|
|
|
|
[[layers]]
|
|
|
|
name = "lang#povray"
|
|
|
|
```
|
|
|
|
|