1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-03-12 17:55:41 +08:00
SpaceVim/docs/layers/lang/dockerfile.md
2021-05-07 19:29:32 +08:00

785 B

title description
SpaceVim lang#dockerfile layer DockerFile language support, includding syntax highlighting and code formatting.

Available Layers >> lang#dockerfile

Description

This layer adds DockerFile language support to SpaceVim.

Features

  • syntax highlighting
  • lsp support (require lsp layer)

Install

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

[[layers]]
  name = "lang#dockerfile"

to enable language server protocol, you need to install:

https://github.com/rcjsuen/dockerfile-language-server-nodejs