1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-03-23 17:49:57 +08:00

40 lines
822 B
Markdown
Raw Normal View History

2018-01-19 00:00:53 +08:00
---
title: "SpaceVim lang#html layer"
description: "This layer is for html development"
---
# [SpaceVim Layers:](https://spacevim.org/layers) lang#html
<!-- vim-markdown-toc GFM -->
- [Description](#description)
- [Layer Installation](#layer-installation)
- [Language server](#language-server)
- [Features](#features)
<!-- vim-markdown-toc -->
## Description
This layer is for html development.
## Layer Installation
To use this configuration layer, add `call SpaceVim#layers#load('lang#html')` to your custom configuration file.
### Language server
To install the language server, you need `npm` on your machine:
```bash
npm install --global vscode-html-languageserver-bin
```
## Features
- auto-completion
- syntax checking
- goto definition
- refernce finder
- language server protocol (need lsp layer)