aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGithub Actions <actions@github>2021-02-27 20:17:28 +0000
committerGithub Actions <actions@github>2021-02-27 20:17:28 +0000
commit2d060b967effdc16250828db7ce2b208e8d2527b (patch)
tree6329a05e9149f8ae0568ccf4e524549fa21556cb
parentMerge pull request #762 from teto/add-hls-specific-lspinfo (diff)
downloadnvim-lspconfig-2d060b967effdc16250828db7ce2b208e8d2527b.tar
nvim-lspconfig-2d060b967effdc16250828db7ce2b208e8d2527b.tar.gz
nvim-lspconfig-2d060b967effdc16250828db7ce2b208e8d2527b.tar.bz2
nvim-lspconfig-2d060b967effdc16250828db7ce2b208e8d2527b.tar.lz
nvim-lspconfig-2d060b967effdc16250828db7ce2b208e8d2527b.tar.xz
nvim-lspconfig-2d060b967effdc16250828db7ce2b208e8d2527b.tar.zst
nvim-lspconfig-2d060b967effdc16250828db7ce2b208e8d2527b.zip
[docgen] Update CONFIG.md
skip-checks: true
-rw-r--r--CONFIG.md9
1 files changed, 8 insertions, 1 deletions
diff --git a/CONFIG.md b/CONFIG.md
index d1e05bc6..6258937c 100644
--- a/CONFIG.md
+++ b/CONFIG.md
@@ -286,7 +286,7 @@ This server accepts configuration via the `settings` key.
Default: `200`
- Number of queries displayed per page of the results view\.
+ Max number of query results to display per page in the results view\.
- **`codeQL.runningQueries.autoSave`**: `boolean`
@@ -1745,6 +1745,7 @@ require'lspconfig'.hls.setup{}
Default Values:
cmd = { "haskell-language-server-wrapper", "--lsp" }
filetypes = { "haskell", "lhaskell" }
+ lspinfo = <function 1>
root_dir = root_pattern("*.cabal", "stack.yaml", "cabal.project", "package.yaml", "hie.yaml")
settings = {
languageServerHaskell = {
@@ -2313,6 +2314,12 @@ This server accepts configuration via the `settings` key.
\[Recommended\] Specifies whether URIs inside JARs should be represented using the \'kls\'\-scheme\.
+- **`kotlin.indexing.enabled`**: `boolean`
+
+ Default: `true`
+
+ Whether global symbols in the project should be indexed automatically in the background\. This enables e\.g\. code completion for unimported classes and functions\.
+
- **`kotlin.languageServer.debugAttach.autoSuspend`**: `boolean`
\[DEBUG\] If enabled \(together with debugAttach\.enabled\)\, the language server will not immediately launch but instead listen on the specified attach port and wait for a debugger\. This is ONLY useful if you need to debug the language server ITSELF\.