aboutsummaryrefslogtreecommitdiffstats
path: root/lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua')
-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