LSP-html
HTML support for Sublime's LSP plugin
Details
Installs
- Total 7K
- Win 2K
- Mac 2K
- Linux 2K
Feb 4 | Feb 3 | Feb 2 | Feb 1 | Jan 31 | Jan 30 | Jan 29 | Jan 28 | Jan 27 | Jan 26 | Jan 25 | Jan 24 | Jan 23 | Jan 22 | Jan 21 | Jan 20 | Jan 19 | Jan 18 | Jan 17 | Jan 16 | Jan 15 | Jan 14 | Jan 13 | Jan 12 | Jan 11 | Jan 10 | Jan 9 | Jan 8 | Jan 7 | Jan 6 | Jan 5 | Jan 4 | Jan 3 | Jan 2 | Jan 1 | Dec 31 | Dec 30 | Dec 29 | Dec 28 | Dec 27 | Dec 26 | Dec 25 | Dec 24 | Dec 23 | Dec 22 | Dec 21 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 1 | 5 | 4 | 1 | 3 | 4 | 7 | 10 | 4 | 6 | 5 | 3 | 3 | 1 | 1 | 3 | 2 | 3 | 4 | 4 | 4 | 3 | 3 | 7 | 3 | 7 | 3 | 2 | 11 | 3 | 3 | 5 | 4 | 7 | 3 | 4 | 2 | 5 | 1 | 1 | 0 | 1 | 4 | 1 | 1 |
Mac | 0 | 4 | 1 | 5 | 3 | 7 | 0 | 4 | 6 | 5 | 2 | 2 | 2 | 3 | 0 | 2 | 5 | 4 | 6 | 4 | 3 | 1 | 4 | 3 | 4 | 6 | 3 | 4 | 2 | 4 | 3 | 0 | 4 | 2 | 3 | 4 | 5 | 1 | 1 | 1 | 1 | 3 | 2 | 4 | 3 | 3 |
Linux | 2 | 4 | 6 | 2 | 3 | 5 | 0 | 4 | 4 | 4 | 3 | 2 | 5 | 5 | 2 | 4 | 4 | 4 | 4 | 9 | 1 | 0 | 3 | 2 | 3 | 5 | 3 | 5 | 2 | 1 | 1 | 4 | 3 | 5 | 5 | 3 | 2 | 3 | 7 | 7 | 1 | 1 | 5 | 4 | 0 | 6 |
Readme
- Source
- raw.githubusercontent.com
LSP-html
HTML support for Sublime's LSP plugin provided through VS Code's HTML language server extension.
Installation
- Install LSP and
LSP-html
from Package Control. - Restart Sublime.
Configuration
There are some ways to configure the package and the language server.
- From
Preferences > Package Settings > LSP > Servers > LSP-html
- From the command palette
Preferences: LSP-html Settings
FAQs
- The server exited with status code 1.
It's probably that the node
executable on your system is outdated.
This plugin requires v14 as of version 1.2.4.
If your OS is incapable of using Node v14 like Windows 7, you can
- either download and use 1.2.3 manually.
- or if you want to try the hard way, you can use Node v14 on Windows 7 on your own risk. See https://github.com/nodejs/node/issues/33000#issuecomment-644530517.