SpaceVim
A modular Vim/Neovim configuration
Home | About | Quick start guide | Documentation | Development | Community | Sponsors | 中文
This layer adds support for editing HTML and CSS.
To use this configuration layer, update your custom configuration file with:
[[layers]]
name = "lang#html"
To install the language server, you need npm on your machine:
npm install --global vscode-html-languageserver-bin
emmet_leader_key: change the default leader key for emmet.emmet_filetyps: Set the filetypes for enabling emmet
[[layers]]
name = "lang#html"
emmet_leader_key = "<C-e>"
emmet_filetyps = ['html']
% using vim-matchuplsp layer)| Key Bindings | Descriptions |
|---|---|
Ctrl-e |
emmet prefix |
Powered by Jekyll