---
title: "SpaceVim lang#povray layer"
description: "This layer is for povray development, provides syntax highlighting, and viewing images."
---

# [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

To use this configuration layer, update your custom configuration file with:

```toml
[[layers]]
  name = "lang#povray"
```