aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2024-05-30 13:38:39 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2024-05-30 13:38:39 +0000
commit7cb90cf656139dc59cf86206946ec85571671b5b (patch)
tree269e18ff39aec02a640079fbcee0efe8fe09560b
parentfix(eslint): useFlatConfig is not experimental anymore (#3183) (diff)
downloadnvim-lspconfig-7cb90cf656139dc59cf86206946ec85571671b5b.tar
nvim-lspconfig-7cb90cf656139dc59cf86206946ec85571671b5b.tar.gz
nvim-lspconfig-7cb90cf656139dc59cf86206946ec85571671b5b.tar.bz2
nvim-lspconfig-7cb90cf656139dc59cf86206946ec85571671b5b.tar.lz
nvim-lspconfig-7cb90cf656139dc59cf86206946ec85571671b5b.tar.xz
nvim-lspconfig-7cb90cf656139dc59cf86206946ec85571671b5b.tar.zst
nvim-lspconfig-7cb90cf656139dc59cf86206946ec85571671b5b.zip
docs: update server_configurations.md
skip-checks: true
-rw-r--r--doc/server_configurations.md19
-rw-r--r--doc/server_configurations.txt19
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 }