1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-24 06:30:03 +08:00
SpaceVim/docs/layers/lang/html.md
Lin Kun 61279a289e Doc: translate <C-e> to Ctrl-e etc. (#2605)
* Doc: fix typos.

* Doc: make the translation more accurate.

* Doc: update documentations.

* Doc: translate <C-e> to Ctrl-e etc.

* Doc: fix typos.

* Doc: fix typos.
2019-02-19 21:54:05 +08:00

1.2 KiB

title description
SpaceVim lang#html layer Edit html in SpaceVim, with this layer, this layer provides code completion, syntax checking and code formatting for html.

Available Layers >> lang#html

Description

This layer adds support for editing HTML and CSS.

Install

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

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

Language server

To install the language server, you need npm on your machine:

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

Features

  • Generate HTML and CSS coding using neosnippet and emmet-vim
  • Tags navigation on key % using matchit.vim
  • auto-completion
  • syntax checking
  • language server protocol (need lsp layer)

Key bindings

Key Bindings Descriptions
Ctrl-e emmet prefix