mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 03:00:06 +08:00
37 lines
743 B
Markdown
37 lines
743 B
Markdown
---
|
|
title: "SpaceVim lang#dockerfile layer"
|
|
description: "This layer adds DockerFile to SpaceVim"
|
|
---
|
|
|
|
# [Available Layers](../../) >> lang#dockerfile
|
|
|
|
<!-- vim-markdown-toc GFM -->
|
|
|
|
- [Description](#description)
|
|
- [Features](#features)
|
|
- [Install](#install)
|
|
|
|
<!-- vim-markdown-toc -->
|
|
|
|
## Description
|
|
|
|
This layer adds DockerFile language support to SpaceVim.
|
|
|
|
## Features
|
|
|
|
- syntax highlighting
|
|
- lsp support (require [lsp](https://spacevim.org/layers/language-server-protocol/) layer)
|
|
|
|
## Install
|
|
|
|
To use this configuration layer, update 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
|