aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2026-05-27 14:05:42 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2026-05-27 14:05:42 +0000
commit6f76a3eeadc2ee235d74cd7d5319e95a261084af (patch)
treeedd3c00f31c2767a59aae384ad13f418794313ad
parentdocs: update configs.md (diff)
downloadnvim-lspconfig-6f76a3eeadc2ee235d74cd7d5319e95a261084af.tar
nvim-lspconfig-6f76a3eeadc2ee235d74cd7d5319e95a261084af.tar.gz
nvim-lspconfig-6f76a3eeadc2ee235d74cd7d5319e95a261084af.tar.bz2
nvim-lspconfig-6f76a3eeadc2ee235d74cd7d5319e95a261084af.tar.lz
nvim-lspconfig-6f76a3eeadc2ee235d74cd7d5319e95a261084af.tar.xz
nvim-lspconfig-6f76a3eeadc2ee235d74cd7d5319e95a261084af.tar.zst
nvim-lspconfig-6f76a3eeadc2ee235d74cd7d5319e95a261084af.zip
docs: update generated annotations
skip-checks: true
-rw-r--r--lua/lspconfig/types/lsp/ansiblels.lua2
-rw-r--r--lua/lspconfig/types/lsp/rust_analyzer.lua3
2 files changed, 4 insertions, 1 deletions
diff --git a/lua/lspconfig/types/lsp/ansiblels.lua b/lua/lspconfig/types/lsp/ansiblels.lua
index 031d2525..790aeb82 100644
--- a/lua/lspconfig/types/lsp/ansiblels.lua
+++ b/lua/lspconfig/types/lsp/ansiblels.lua
@@ -106,7 +106,7 @@
---default = ""
---```
---@field apiEndpoint? string
----API key for authentication.
+---**REMOVED** — API keys are now stored securely. Use the LLM Provider Settings panel.
---
---```lua
---default = ""
diff --git a/lua/lspconfig/types/lsp/rust_analyzer.lua b/lua/lspconfig/types/lsp/rust_analyzer.lua
index 3f6d91e2..f9012e44 100644
--- a/lua/lspconfig/types/lsp/rust_analyzer.lua
+++ b/lua/lspconfig/types/lsp/rust_analyzer.lua
@@ -330,6 +330,9 @@
---For traits the type "methods" can be used to only exclude the methods but not the trait
---itself.
---
+---For modules the type "subItems" can be used to only exclude the all items in it but not the module
+---itself. This does not include items defined in nested modules.
+---
---This setting also inherits `#rust-analyzer.completion.excludeTraits#`.
---
---```lua