diff options
| -rw-r--r-- | doc/configs.md | 1 | ||||
| -rw-r--r-- | doc/configs.txt | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/doc/configs.md b/doc/configs.md index c5d51ca0..7a9485d1 100644 --- a/doc/configs.md +++ b/doc/configs.md @@ -13536,6 +13536,7 @@ Default config: ```lua { "yaml", "yaml.docker-compose", "yaml.gitlab", "yaml.helm-values" } ``` +- `on_init`: [../lsp/yamlls.lua:63](../lsp/yamlls.lua#L63) - `root_markers` : ```lua { ".git" } diff --git a/doc/configs.txt b/doc/configs.txt index fd3a939a..b7cd49af 100644 --- a/doc/configs.txt +++ b/doc/configs.txt @@ -10075,6 +10075,7 @@ Default config: { "yaml-language-server", "--stdio" } - filetypes: >lua { "yaml", "yaml.docker-compose", "yaml.gitlab", "yaml.helm-values" } +- on_init (use "gF" to view): ../lsp/yamlls.lua:63 - root_markers: >lua { ".git" } - settings: >lua |
