diff options
| author | Github Actions <actions@github> | 2021-01-08 04:43:52 +0000 |
|---|---|---|
| committer | Github Actions <actions@github> | 2021-01-08 04:43:52 +0000 |
| commit | 5a6f65039c1fc2d9359b112a273fa875f3082006 (patch) | |
| tree | 23b2c938144e91168d50e657f6a51a39a302c65b | |
| parent | Merge pull request #553 from zhuangya/update-denols-doc (diff) | |
| download | nvim-lspconfig-5a6f65039c1fc2d9359b112a273fa875f3082006.tar nvim-lspconfig-5a6f65039c1fc2d9359b112a273fa875f3082006.tar.gz nvim-lspconfig-5a6f65039c1fc2d9359b112a273fa875f3082006.tar.bz2 nvim-lspconfig-5a6f65039c1fc2d9359b112a273fa875f3082006.tar.lz nvim-lspconfig-5a6f65039c1fc2d9359b112a273fa875f3082006.tar.xz nvim-lspconfig-5a6f65039c1fc2d9359b112a273fa875f3082006.tar.zst nvim-lspconfig-5a6f65039c1fc2d9359b112a273fa875f3082006.zip | |
[docgen] Update README.md
skip-checks: true
| -rw-r--r-- | CONFIG.md | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -972,7 +972,6 @@ require'lspconfig'.dartls.setup{} https://github.com/denoland/deno Deno's built-in language server -``` ```lua @@ -1183,6 +1182,10 @@ This server accepts configuration via the `settings` key. The path to your elm\-test executable\. Should be empty by default\, in that case it will assume the name and try to first get it from a local npm installation or a global one\. If you set it manually it will not try to load from the npm folder\. +- **`elmLS.skipInstallPackageConfirmation`**: `boolean` + + Skips confirmation for the Install Package code action + - **`elmLS.trace.server`**: `enum { "off", "messages", "verbose" }` Default: `"off"` @@ -4736,6 +4739,10 @@ This server accepts configuration via the `settings` key. Per\-workspace list of module directories for the language server to exclude +- **`terraform-ls.experimentalFeatures`**: `object` + + Experimental \(opt\-in\) terraform\-ls features + - **`terraform-ls.rootModules`**: `array` Default: `{}` |
