diff options
| author | github-actions <github-actions@github.com> | 2021-11-08 16:21:43 +0000 |
|---|---|---|
| committer | github-actions <github-actions@github.com> | 2021-11-08 16:21:43 +0000 |
| commit | 564490ba5c48314e4c194279fa72dba9874bc65a (patch) | |
| tree | 2473d47e3f100b42d23e7dbea2bd7a2bb3e75099 /CONFIG.md | |
| parent | fix: disambiguate autostart option from function name (#1356) (diff) | |
| download | nvim-lspconfig-564490ba5c48314e4c194279fa72dba9874bc65a.tar nvim-lspconfig-564490ba5c48314e4c194279fa72dba9874bc65a.tar.gz nvim-lspconfig-564490ba5c48314e4c194279fa72dba9874bc65a.tar.bz2 nvim-lspconfig-564490ba5c48314e4c194279fa72dba9874bc65a.tar.lz nvim-lspconfig-564490ba5c48314e4c194279fa72dba9874bc65a.tar.xz nvim-lspconfig-564490ba5c48314e4c194279fa72dba9874bc65a.tar.zst nvim-lspconfig-564490ba5c48314e4c194279fa72dba9874bc65a.zip | |
docs: update CONFIG.md
skip-checks: true
Diffstat (limited to 'CONFIG.md')
| -rw-r--r-- | CONFIG.md | 22 |
1 files changed, 21 insertions, 1 deletions
@@ -1990,6 +1990,12 @@ This server accepts configuration via the `settings` key. An optional URL to override where to check for haskell\-language\-server releases +- **`haskell.serverEnvironment`**: `object` + + Default: `vim.empty_dict()` + + null + - **`haskell.serverExecutablePath`**: `string` Default: `""` @@ -6301,7 +6307,7 @@ This server accepts configuration via the `settings` key. - **`stylelintplus.filetypes`**: `array` - Default: `{ "css", "less", "postcss", "scss", "sugarss", "vue", "wxss" }` + Default: `{ "css", "less", "postcss", "sass", "scss", "sugarss", "vue", "wxss" }` Array items: `{type = "string"}` @@ -6891,6 +6897,14 @@ This server accepts configuration via the `settings` key. Experimental \(opt\-in\) terraform\-ls features +- **`terraform-ls.ignoreDirectoryNames`**: `array` + + Default: `{}` + + Array items: `{type = "string"}` + + Per\-workspace list of directory names for the language server to ignore when indexing files + - **`terraform-ls.rootModules`**: `array` Default: `{}` @@ -6911,6 +6925,12 @@ This server accepts configuration via the `settings` key. Path to a file for Terraform executions to be logged into \(TF\_LOG\_PATH\) with support for variables \(e\.g\. Timestamp\, Pid\, Ppid\) via Go template syntax \{\{\.VarName\}\} +- **`terraform.enableReferenceCountCodeLens`**: `boolean` + + Default: `true` + + Display reference counts above top level blocks and attributes\. + - **`terraform.languageServer`**: `object` Default: `{args = { "serve" },external = true,maxNumberOfProblems = 100,pathToBinary = "",["trace.server"] = "off"}` |
