From 7cb90cf656139dc59cf86206946ec85571671b5b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 30 May 2024 13:38:39 +0000 Subject: docs: update server_configurations.md skip-checks: true --- doc/server_configurations.md | 19 +++++++++++++------ doc/server_configurations.txt | 19 +++++++++++++------ 2 files changed, 26 insertions(+), 12 deletions(-) diff --git a/doc/server_configurations.md b/doc/server_configurations.md index 41ac9e1b..c4abb5d3 100644 --- a/doc/server_configurations.md +++ b/doc/server_configurations.md @@ -758,7 +758,10 @@ require'lspconfig'.arduino_language_server.setup{} deprecatedSupport = false, documentationFormat = { "markdown", "plaintext" }, preselectSupport = false, - snippetSupport = false + resolveSupport = { + properties = { "additionalTextEdits" } + }, + 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 } @@ -3940,9 +3943,6 @@ require'lspconfig'.eslint.setup{} enable = false, mode = "all" }, - experimental = { - useFlatConfig = false - }, format = true, nodePath = "", onIgnoredFiles = "off", @@ -3953,6 +3953,7 @@ require'lspconfig'.eslint.setup{} rulesCustomizations = {}, run = "onType", useESLintClass = false, + useFlatConfig = false, validate = "on", workingDirectory = { mode = "location" @@ -4076,7 +4077,10 @@ require'lspconfig'.fennel_ls.setup{} deprecatedSupport = false, documentationFormat = { "markdown", "plaintext" }, preselectSupport = false, - snippetSupport = false + resolveSupport = { + properties = { "additionalTextEdits" } + }, + 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 } @@ -10181,7 +10185,10 @@ require'lspconfig'.rust_analyzer.setup{} deprecatedSupport = false, documentationFormat = { "markdown", "plaintext" }, preselectSupport = false, - snippetSupport = false + resolveSupport = { + properties = { "additionalTextEdits" } + }, + 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 } diff --git a/doc/server_configurations.txt b/doc/server_configurations.txt index 41ac9e1b..c4abb5d3 100644 --- a/doc/server_configurations.txt +++ b/doc/server_configurations.txt @@ -758,7 +758,10 @@ require'lspconfig'.arduino_language_server.setup{} deprecatedSupport = false, documentationFormat = { "markdown", "plaintext" }, preselectSupport = false, - snippetSupport = false + resolveSupport = { + properties = { "additionalTextEdits" } + }, + 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 } @@ -3940,9 +3943,6 @@ require'lspconfig'.eslint.setup{} enable = false, mode = "all" }, - experimental = { - useFlatConfig = false - }, format = true, nodePath = "", onIgnoredFiles = "off", @@ -3953,6 +3953,7 @@ require'lspconfig'.eslint.setup{} rulesCustomizations = {}, run = "onType", useESLintClass = false, + useFlatConfig = false, validate = "on", workingDirectory = { mode = "location" @@ -4076,7 +4077,10 @@ require'lspconfig'.fennel_ls.setup{} deprecatedSupport = false, documentationFormat = { "markdown", "plaintext" }, preselectSupport = false, - snippetSupport = false + resolveSupport = { + properties = { "additionalTextEdits" } + }, + 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 } @@ -10181,7 +10185,10 @@ require'lspconfig'.rust_analyzer.setup{} deprecatedSupport = false, documentationFormat = { "markdown", "plaintext" }, preselectSupport = false, - snippetSupport = false + resolveSupport = { + properties = { "additionalTextEdits" } + }, + 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 } -- cgit v1.2.3-70-g09d2