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

35 lines
707 B
Markdown
Raw Permalink Normal View History

2018-09-25 23:06:21 +08:00
---
title: "SpaceVim lang#puppet layer"
2019-02-03 20:51:01 +08:00
description: "This layer adds Puppet language support to SpaceVim"
2023-07-05 11:50:23 +08:00
image: https://img.spacevim.org/46022200-bb426f00-c114-11e8-84bc-d52dc83806c6.png
2018-09-25 23:06:21 +08:00
---
# [Available Layers](../../) >> lang#puppet
<!-- vim-markdown-toc GFM -->
- [Description](#description)
- [Features](#features)
- [Install](#install)
<!-- vim-markdown-toc -->
## Description
2019-02-03 20:51:01 +08:00
This layer adds Puppet language support to SpaceVim.
2018-09-25 23:06:21 +08:00
2023-07-05 11:50:23 +08:00
![puppet ide](https://img.spacevim.org/46022200-bb426f00-c114-11e8-84bc-d52dc83806c6.png)
2018-09-25 23:06:21 +08:00
## Features
- syntax highlighting
## Install
2021-06-21 20:39:29 +08:00
To use this configuration layer, update your custom configuration file with:
2018-09-25 23:06:21 +08:00
```toml
[[layers]]
name = "lang#puppet"
```