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

37 lines
790 B
Markdown
Raw Permalink Normal View History

---
title: "SpaceVim lang#dockerfile layer"
2021-06-21 20:39:29 +08:00
description: "Dockerfile language support, including syntax highlighting and code formatting."
---
# [Available Layers](../../) >> lang#dockerfile
<!-- vim-markdown-toc GFM -->
- [Description](#description)
- [Features](#features)
- [Install](#install)
<!-- vim-markdown-toc -->
## Description
2021-06-21 20:39:29 +08:00
This layer adds Dockerfile language support to SpaceVim.
## Features
- syntax highlighting
2021-06-21 20:39:29 +08:00
- lsp support (requires [lsp](https://spacevim.org/layers/language-server-protocol/) layer)
## Install
2021-06-21 20:39:29 +08:00
To use this configuration layer, update your custom configuration file with:
```toml
[[layers]]
name = "lang#dockerfile"
```
to enable language server protocol, you need to install:
https://github.com/rcjsuen/dockerfile-language-server-nodejs