diff options
| author | Github Actions <actions@github> | 2021-02-27 20:17:28 +0000 |
|---|---|---|
| committer | Github Actions <actions@github> | 2021-02-27 20:17:28 +0000 |
| commit | 2d060b967effdc16250828db7ce2b208e8d2527b (patch) | |
| tree | 6329a05e9149f8ae0568ccf4e524549fa21556cb | |
| parent | Merge pull request #762 from teto/add-hls-specific-lspinfo (diff) | |
| download | nvim-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.md | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -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\. |
