Actualizacion maquina principal
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-html / Readme.md
1 # coc-html
2
3 Html language server extension for [coc.nvim](https://github.com/neoclide/coc.nvim).
4
5 Code changed from html extension of [VSCode](https://github.com/Microsoft/vscode/tree/master/extensions/html-language-features)
6
7 ## Install
8
9 In your vim/neovim, run command:
10
11 ```
12 :CocInstall coc-html
13 ```
14
15 ## Features
16
17 - Completion provider
18 - Formatting
19 - Document Symbols & Highlights
20 - Document Links
21 - CSS mode
22 - Javascript mode
23
24 ## Configuration options
25
26 - `html.enable` set to `false` to disable html language server.
27 - `html.trace.server` set trace level of LSP traffic.
28 - `html.execArgv` add `execArgv` to `child_process.spawn`
29 - `html.filetypes` default `[ "html", "handlebars", "htmldjango" ]`.
30 - `html.format.enable` enable format support.
31 - `html.validate.scripts` validate for embedded scripts.
32 - `html.validate.styles` validate for embedded styles.
33 - `html.autoClosingTags` Enable/disable autoClosing of HTML tags.
34
35 Trigger completion in `coc-settings.json` for complete list.
36
37 ## License
38
39 MIT