diff options
| author | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2026-03-31 20:34:32 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2026-03-31 20:34:32 +0000 |
| commit | 9d28ece4836e595de523e0bd9758dee1002430c6 (patch) | |
| tree | a67f1e9f809e66b1fd8040d265f5e1f1522b3c59 /lua | |
| parent | ci: disable gen-annotations in forks #4366 (diff) | |
| download | nvim-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.lua | 10 |
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 |
