aboutsummaryrefslogtreecommitdiffstats
path: root/lua
diff options
context:
space:
mode:
authorgithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2026-03-31 20:34:32 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2026-03-31 20:34:32 +0000
commit9d28ece4836e595de523e0bd9758dee1002430c6 (patch)
treea67f1e9f809e66b1fd8040d265f5e1f1522b3c59 /lua
parentci: disable gen-annotations in forks #4366 (diff)
downloadnvim-lspconfig-9d28ece4836e595de523e0bd9758dee1002430c6.tar
nvim-lspconfig-9d28ece4836e595de523e0bd9758dee1002430c6.tar.gz
nvim-lspconfig-9d28ece4836e595de523e0bd9758dee1002430c6.tar.bz2
nvim-lspconfig-9d28ece4836e595de523e0bd9758dee1002430c6.tar.lz
nvim-lspconfig-9d28ece4836e595de523e0bd9758dee1002430c6.tar.xz
nvim-lspconfig-9d28ece4836e595de523e0bd9758dee1002430c6.tar.zst
nvim-lspconfig-9d28ece4836e595de523e0bd9758dee1002430c6.zip
docs: update generated annotations
skip-checks: true
Diffstat (limited to 'lua')
-rw-r--r--lua/lspconfig/types/lsp/rust_analyzer.lua10
1 files changed, 10 insertions, 0 deletions
diff --git a/lua/lspconfig/types/lsp/rust_analyzer.lua b/lua/lspconfig/types/lsp/rust_analyzer.lua
index 5bb909e7..a1c69950 100644
--- a/lua/lspconfig/types/lsp/rust_analyzer.lua
+++ b/lua/lspconfig/types/lsp/rust_analyzer.lua
@@ -1017,6 +1017,12 @@
---@field hideInferredTypes? boolean
---Hide inlay type hints for constructors.
---@field hideNamedConstructor? boolean
+---Where to render type hints relative to their binding pattern.
+---
+---```lua
+---default = "inline"
+---```
+---@field location? "inline" | "end_of_line"
---@class _.lspconfig.settings.rust_analyzer.RustAnalyzer.InlayHints
---@field bindingModeHints? _.lspconfig.settings.rust_analyzer.RustAnalyzer.InlayHints.BindingModeHints
@@ -1723,6 +1729,10 @@
---@field completion? _.lspconfig.settings.rust_analyzer.RustAnalyzer.Completion
---@field debug? _.lspconfig.settings.rust_analyzer.RustAnalyzer.Debug
---@field diagnostics? _.lspconfig.settings.rust_analyzer.RustAnalyzer.Diagnostics
+---Disable support for `#[rust_analyzer::rust_fixture]` snippets.
+---
+---If you are not working on rust-analyzer itself, you should ignore this config.
+---@field disableFixtureSupport? boolean
---@field document? _.lspconfig.settings.rust_analyzer.RustAnalyzer.Document
---@field files? _.lspconfig.settings.rust_analyzer.RustAnalyzer.Files
---@field gotoImplementations? _.lspconfig.settings.rust_analyzer.RustAnalyzer.GotoImplementations