From 6f76a3eeadc2ee235d74cd7d5319e95a261084af Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 27 May 2026 14:05:42 +0000 Subject: docs: update generated annotations skip-checks: true --- lua/lspconfig/types/lsp/ansiblels.lua | 2 +- lua/lspconfig/types/lsp/rust_analyzer.lua | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) (limited to 'lua') 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 -- cgit v1.3.1