diff options
| author | Github Actions <actions@github> | 2020-05-05 05:49:40 +0000 |
|---|---|---|
| committer | Github Actions <actions@github> | 2020-05-05 05:49:40 +0000 |
| commit | a979efb02419b0a50d003dd11d7142edf7c838aa (patch) | |
| tree | 63eea8eebead6cc992f48cfa45341c29ea44555d | |
| parent | doc (diff) | |
| download | nvim-lspconfig-a979efb02419b0a50d003dd11d7142edf7c838aa.tar nvim-lspconfig-a979efb02419b0a50d003dd11d7142edf7c838aa.tar.gz nvim-lspconfig-a979efb02419b0a50d003dd11d7142edf7c838aa.tar.bz2 nvim-lspconfig-a979efb02419b0a50d003dd11d7142edf7c838aa.tar.lz nvim-lspconfig-a979efb02419b0a50d003dd11d7142edf7c838aa.tar.xz nvim-lspconfig-a979efb02419b0a50d003dd11d7142edf7c838aa.tar.zst nvim-lspconfig-a979efb02419b0a50d003dd11d7142edf7c838aa.zip | |
[docgen] Update README.md
skip-checks: true
| -rw-r--r-- | README.md | 34 |
1 files changed, 22 insertions, 12 deletions
@@ -1959,8 +1959,10 @@ require'nvim_lsp'.html.setup{} }, typeDefinition = { linkSupport = true - }, - workspaceSymbol = { + } + }, + workspace = { + symbol = { dynamicRegistration = false, hierarchicalWorkspaceSymbolSupport = true, symbolKind = { @@ -2113,8 +2115,10 @@ require'nvim_lsp'.jsonls.setup{} }, typeDefinition = { linkSupport = true - }, - workspaceSymbol = { + } + }, + workspace = { + symbol = { dynamicRegistration = false, hierarchicalWorkspaceSymbolSupport = true, symbolKind = { @@ -2444,7 +2448,7 @@ This server accepts configuration via the `settings` key. Default: `"lean"` - Path to the Lean executable to use. + Path to the Lean executable to use. DO NOT CHANGE from the default `lean` unless you know what you're doing! - **`lean.extraOptions`**: `array` @@ -2528,7 +2532,7 @@ This server accepts configuration via the `settings` key. Default: `"leanpkg"` - Path to the leanpkg executable to use. + Path to the leanpkg executable to use. DO NOT CHANGE from the default `leanpkg` unless you know what you're doing! - **`lean.memoryLimit`**: `number` @@ -3034,8 +3038,10 @@ require'nvim_lsp'.purescriptls.setup{} }, typeDefinition = { linkSupport = true - }, - workspaceSymbol = { + } + }, + workspace = { + symbol = { dynamicRegistration = false, hierarchicalWorkspaceSymbolSupport = true, symbolKind = { @@ -3854,8 +3860,10 @@ require'nvim_lsp'.rust_analyzer.setup{} }, typeDefinition = { linkSupport = true - }, - workspaceSymbol = { + } + }, + workspace = { + symbol = { dynamicRegistration = false, hierarchicalWorkspaceSymbolSupport = true, symbolKind = { @@ -4718,8 +4726,10 @@ require'nvim_lsp'.yamlls.setup{} }, typeDefinition = { linkSupport = true - }, - workspaceSymbol = { + } + }, + workspace = { + symbol = { dynamicRegistration = false, hierarchicalWorkspaceSymbolSupport = true, symbolKind = { |
