1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-03-24 18:52:22 +08:00
2018-01-19 00:00:53 +08:00

822 B

title description
SpaceVim lang#html layer This layer is for html development

SpaceVim Layers: lang#html

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:

npm install --global vscode-html-languageserver-bin

Features

  • auto-completion
  • syntax checking
  • goto definition
  • refernce finder
  • language server protocol (need lsp layer)