aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorGithub Actions <actions@github>2020-06-16 05:03:19 +0000
committerGithub Actions <actions@github>2020-06-16 05:03:19 +0000
commit7a61e043d4e312f88785171950751ac1306d39bb (patch)
tree008fd2d0c224d55151a6ef1216ef80162793b77c /README.md
parentMerge pull request #281 from h-michael/utf8 (diff)
downloadnvim-lspconfig-7a61e043d4e312f88785171950751ac1306d39bb.tar
nvim-lspconfig-7a61e043d4e312f88785171950751ac1306d39bb.tar.gz
nvim-lspconfig-7a61e043d4e312f88785171950751ac1306d39bb.tar.bz2
nvim-lspconfig-7a61e043d4e312f88785171950751ac1306d39bb.tar.lz
nvim-lspconfig-7a61e043d4e312f88785171950751ac1306d39bb.tar.xz
nvim-lspconfig-7a61e043d4e312f88785171950751ac1306d39bb.tar.zst
nvim-lspconfig-7a61e043d4e312f88785171950751ac1306d39bb.zip
[docgen] Update README.md
skip-checks: true
Diffstat (limited to 'README.md')
-rw-r--r--README.md401
1 files changed, 6 insertions, 395 deletions
diff --git a/README.md b/README.md
index 83c4a7ef..b7451de3 100644
--- a/README.md
+++ b/README.md
@@ -2070,84 +2070,6 @@ require'nvim_lsp'.html.setup{}
Commands:
Default Values:
- capabilities = {
- offsetEncoding = { "utf-8", "utf-16" },
- textDocument = {
- codeAction = {
- codeActionLiteralSupport = {
- codeActionKind = {
- valueSet = {}
- }
- },
- dynamicRegistration = false
- },
- completion = {
- completionItem = {
- commitCharactersSupport = false,
- deprecatedSupport = false,
- documentationFormat = { "markdown", "plaintext" },
- preselectSupport = false,
- snippetSupport = true
- },
- completionItemKind = {
- valueSet = { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25 }
- },
- contextSupport = false,
- dynamicRegistration = false
- },
- declaration = {
- linkSupport = true
- },
- definition = {
- linkSupport = true
- },
- documentHighlight = {
- dynamicRegistration = false
- },
- documentSymbol = {
- dynamicRegistration = false,
- hierarchicalDocumentSymbolSupport = true,
- symbolKind = {
- valueSet = { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26 }
- }
- },
- hover = {
- contentFormat = { "markdown", "plaintext" },
- dynamicRegistration = false
- },
- implementation = {
- linkSupport = true
- },
- references = {
- dynamicRegistration = false
- },
- signatureHelp = {
- dynamicRegistration = false,
- signatureInformation = {
- documentationFormat = { "markdown", "plaintext" }
- }
- },
- synchronization = {
- didSave = true,
- dynamicRegistration = false,
- willSave = false,
- willSaveWaitUntil = false
- },
- typeDefinition = {
- linkSupport = true
- }
- },
- workspace = {
- applyEdit = true,
- symbol = {
- dynamicRegistration = false,
- hierarchicalWorkspaceSymbolSupport = true,
- symbolKind = {
- valueSet = { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26 }
- }
- }
- }
- }
cmd = { "html-languageserver", "--stdio" }
filetypes = { "html" }
init_options = {
@@ -2157,7 +2079,6 @@ require'nvim_lsp'.html.setup{}
javascript = true
}
}
- on_init = <function 1>
root_dir = <function 1>
settings = {}
```
@@ -2243,87 +2164,8 @@ require'nvim_lsp'.jsonls.setup{}
Commands:
Default Values:
- capabilities = {
- offsetEncoding = { "utf-8", "utf-16" },
- textDocument = {
- codeAction = {
- codeActionLiteralSupport = {
- codeActionKind = {
- valueSet = {}
- }
- },
- dynamicRegistration = false
- },
- completion = {
- completionItem = {
- commitCharactersSupport = false,
- deprecatedSupport = false,
- documentationFormat = { "markdown", "plaintext" },
- preselectSupport = false,
- snippetSupport = true
- },
- completionItemKind = {
- valueSet = { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25 }
- },
- contextSupport = false,
- dynamicRegistration = false
- },
- declaration = {
- linkSupport = true
- },
- definition = {
- linkSupport = true
- },
- documentHighlight = {
- dynamicRegistration = false
- },
- documentSymbol = {
- dynamicRegistration = false,
- hierarchicalDocumentSymbolSupport = true,
- symbolKind = {
- valueSet = { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26 }
- }
- },
- hover = {
- contentFormat = { "markdown", "plaintext" },
- dynamicRegistration = false
- },
- implementation = {
- linkSupport = true
- },
- references = {
- dynamicRegistration = false
- },
- signatureHelp = {
- dynamicRegistration = false,
- signatureInformation = {
- documentationFormat = { "markdown", "plaintext" }
- }
- },
- synchronization = {
- didSave = true,
- dynamicRegistration = false,
- willSave = false,
- willSaveWaitUntil = false
- },
- typeDefinition = {
- linkSupport = true
- }
- },
- workspace = {
- applyEdit = true,
- symbol = {
- dynamicRegistration = false,
- hierarchicalWorkspaceSymbolSupport = true,
- symbolKind = {
- valueSet = { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26 }
- }
- }
- }
- }
cmd = { "vscode-json-languageserver", "--stdio" }
filetypes = { "json" }
- on_init = <function 1>
root_dir = root_pattern(".git", vim.fn.getcwd())
```
@@ -3221,87 +3063,8 @@ require'nvim_lsp'.purescriptls.setup{}
Commands:
Default Values:
- capabilities = {
- offsetEncoding = { "utf-8", "utf-16" },
- textDocument = {
- codeAction = {
- codeActionLiteralSupport = {
- codeActionKind = {
- valueSet = {}
- }
- },
- dynamicRegistration = false
- },
- completion = {
- completionItem = {
- commitCharactersSupport = false,
- deprecatedSupport = false,
- documentationFormat = { "markdown", "plaintext" },
- preselectSupport = false,
- snippetSupport = true
- },
- completionItemKind = {
- valueSet = { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25 }
- },
- contextSupport = false,
- dynamicRegistration = false
- },
- declaration = {
- linkSupport = true
- },
- definition = {
- linkSupport = true
- },
- documentHighlight = {
- dynamicRegistration = false
- },
- documentSymbol = {
- dynamicRegistration = false,
- hierarchicalDocumentSymbolSupport = true,
- symbolKind = {
- valueSet = { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26 }
- }
- },
- hover = {
- contentFormat = { "markdown", "plaintext" },
- dynamicRegistration = false
- },
- implementation = {
- linkSupport = true
- },
- references = {
- dynamicRegistration = false
- },
- signatureHelp = {
- dynamicRegistration = false,
- signatureInformation = {
- documentationFormat = { "markdown", "plaintext" }
- }
- },
- synchronization = {
- didSave = true,
- dynamicRegistration = false,
- willSave = false,
- willSaveWaitUntil = false
- },
- typeDefinition = {
- linkSupport = true
- }
- },
- workspace = {
- applyEdit = true,
- symbol = {
- dynamicRegistration = false,
- hierarchicalWorkspaceSymbolSupport = true,
- symbolKind = {
- valueSet = { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26 }
- }
- }
- }
- }
cmd = { "purescript-language-server", "--stdio" }
filetypes = { "purescript" }
- on_init = <function 1>
root_dir = root_pattern("spago.dhall, bower.json")
```
@@ -4303,87 +4066,8 @@ require'nvim_lsp'.rust_analyzer.setup{}
Commands:
Default Values:
- capabilities = {
- offsetEncoding = { "utf-8", "utf-16" },
- textDocument = {
- codeAction = {
- codeActionLiteralSupport = {
- codeActionKind = {
- valueSet = {}
- }
- },
- dynamicRegistration = false
- },
- completion = {
- completionItem = {
- commitCharactersSupport = false,
- deprecatedSupport = false,
- documentationFormat = { "markdown", "plaintext" },
- preselectSupport = false,
- snippetSupport = true
- },
- completionItemKind = {
- valueSet = { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25 }
- },
- contextSupport = false,
- dynamicRegistration = false
- },
- declaration = {
- linkSupport = true
- },
- definition = {
- linkSupport = true
- },
- documentHighlight = {
- dynamicRegistration = false
- },
- documentSymbol = {
- dynamicRegistration = false,
- hierarchicalDocumentSymbolSupport = true,
- symbolKind = {
- valueSet = { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26 }
- }
- },
- hover = {
- contentFormat = { "markdown", "plaintext" },
- dynamicRegistration = false
- },
- implementation = {
- linkSupport = true
- },
- references = {
- dynamicRegistration = false
- },
- signatureHelp = {
- dynamicRegistration = false,
- signatureInformation = {
- documentationFormat = { "markdown", "plaintext" }
- }
- },
- synchronization = {
- didSave = true,
- dynamicRegistration = false,
- willSave = false,
- willSaveWaitUntil = false
- },
- typeDefinition = {
- linkSupport = true
- }
- },
- workspace = {
- applyEdit = true,
- symbol = {
- dynamicRegistration = false,
- hierarchicalWorkspaceSymbolSupport = true,
- symbolKind = {
- valueSet = { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26 }
- }
- }
- }
- }
cmd = { "rust-analyzer" }
filetypes = { "rust" }
- on_init = <function 1>
root_dir = root_pattern("Cargo.toml", "rust-project.json")
```
@@ -4654,6 +4338,12 @@ This server accepts configuration via the `settings` key.
null
+- **`Lua.signatureHelp.enable`**: `boolean`
+
+ Default: `true`
+
+ null
+
- **`Lua.workspace.ignoreDir`**: `array`
Default: `{ ".vscode" }`
@@ -5172,87 +4862,8 @@ require'nvim_lsp'.yamlls.setup{}
Commands:
Default Values:
- capabilities = {
- offsetEncoding = { "utf-8", "utf-16" },
- textDocument = {
- codeAction = {
- codeActionLiteralSupport = {
- codeActionKind = {
- valueSet = {}
- }
- },
- dynamicRegistration = false
- },
- completion = {
- completionItem = {
- commitCharactersSupport = false,
- deprecatedSupport = false,
- documentationFormat = { "markdown", "plaintext" },
- preselectSupport = false,
- snippetSupport = true
- },
- completionItemKind = {
- valueSet = { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25 }
- },
- contextSupport = false,
- dynamicRegistration = false
- },
- declaration = {
- linkSupport = true
- },
- definition = {
- linkSupport = true
- },
- documentHighlight = {
- dynamicRegistration = false
- },
- documentSymbol = {
- dynamicRegistration = false,
- hierarchicalDocumentSymbolSupport = true,
- symbolKind = {
- valueSet = { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26 }
- }
- },
- hover = {
- contentFormat = { "markdown", "plaintext" },
- dynamicRegistration = false
- },
- implementation = {
- linkSupport = true
- },
- references = {
- dynamicRegistration = false
- },
- signatureHelp = {
- dynamicRegistration = false,
- signatureInformation = {
- documentationFormat = { "markdown", "plaintext" }
- }
- },
- synchronization = {
- didSave = true,
- dynamicRegistration = false,
- willSave = false,
- willSaveWaitUntil = false
- },
- typeDefinition = {
- linkSupport = true
- }
- },
- workspace = {
- applyEdit = true,
- symbol = {
- dynamicRegistration = false,
- hierarchicalWorkspaceSymbolSupport = true,
- symbolKind = {
- valueSet = { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26 }
- }
- }
- }
- }
cmd = { "yaml-language-server", "--stdio" }
filetypes = { "yaml" }
- on_init = <function 1>
root_dir = root_pattern(".git", vim.fn.getcwd())
```