mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-06 02:11:33 +00:00
languages/html: add advanced support
Add advanced features to the `vim.languages.html` module, including lsp, formatting, and extra diagnostics.
This commit is contained in:
parent
f30d31c5ba
commit
2ab2669143
2 changed files with 112 additions and 3 deletions
|
@ -480,9 +480,14 @@
|
|||
[roslyn-ls]: https://github.com/dotnet/vscode-csharp
|
||||
[jsonls]: https://github.com/microsoft/vscode/tree/1.101.2/extensions/json-language-features/server
|
||||
[jsonfmt]: https://github.com/caarlos0/jsonfmt
|
||||
[superhtml]: https://github.com/kristoff-it/superhtml
|
||||
[htmlHTML]: https://github.com/htmlhint/HTMLHint
|
||||
|
||||
- Add just support under `vim.languages.just` using [just-lsp].
|
||||
|
||||
- Add [roslyn-ls] to the `vim.languages.csharp` module.
|
||||
|
||||
- Added json support under `vim.languages.json` using [jsonls] and [jsonfmt].
|
||||
|
||||
- Added advanced HTML support with [superhtml] for lsp and formatting and
|
||||
[htmlHINT] for diagnostics.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue