diff options
| author | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2026-06-12 20:42:50 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2026-06-12 20:42:51 +0000 |
| commit | 6a76cc40c501c65171a5f7c231cc014e37358e63 (patch) | |
| tree | 5a59027d01c85372a8b61c525c6603b5b34c3b5e /lua | |
| parent | docs: update configs.md (diff) | |
| download | nvim-lspconfig-6a76cc40c501c65171a5f7c231cc014e37358e63.tar nvim-lspconfig-6a76cc40c501c65171a5f7c231cc014e37358e63.tar.gz nvim-lspconfig-6a76cc40c501c65171a5f7c231cc014e37358e63.tar.bz2 nvim-lspconfig-6a76cc40c501c65171a5f7c231cc014e37358e63.tar.lz nvim-lspconfig-6a76cc40c501c65171a5f7c231cc014e37358e63.tar.xz nvim-lspconfig-6a76cc40c501c65171a5f7c231cc014e37358e63.tar.zst nvim-lspconfig-6a76cc40c501c65171a5f7c231cc014e37358e63.zip | |
docs: update generated annotations
skip-checks: true
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/lspconfig/types/lsp/elixirls.lua | 8 | ||||
| -rw-r--r-- | lua/lspconfig/types/lsp/powershell_es.lua | 6 | ||||
| -rw-r--r-- | lua/lspconfig/types/lsp/rust_analyzer.lua | 3 | ||||
| -rw-r--r-- | lua/lspconfig/types/lsp/tinymist.lua | 9 |
4 files changed, 14 insertions, 12 deletions
diff --git a/lua/lspconfig/types/lsp/elixirls.lua b/lua/lspconfig/types/lsp/elixirls.lua index 9f259d4d..aeb05564 100644 --- a/lua/lspconfig/types/lsp/elixirls.lua +++ b/lua/lspconfig/types/lsp/elixirls.lua @@ -39,7 +39,7 @@ ---default = "dialyxir_long" ---``` ---@field dialyzerFormat? "dialyzer" | "dialyxir_short" | "dialyxir_long" ----Dialyzer options to enable or disable warnings - See Dialyzer's documentation for options. Note that the "race_conditions" option is unsupported +---Dialyzer options to enable or disable warnings - See Dialyzer's documentation for options --- ---```lua ---default = {} @@ -53,12 +53,6 @@ ---@field envVariables? table ---Automatically fetch project dependencies when compiling. ---@field fetchDeps? boolean ----Use OTP incremental dialyzer (available on OTP 26+) ---- ----```lua ----default = true ----``` ----@field incrementalDialyzer? boolean ---Absolute path to alternative ElixirLS release that will override the packaged release ---@field languageServerOverridePath? string ---Enable or disable the MCP server diff --git a/lua/lspconfig/types/lsp/powershell_es.lua b/lua/lspconfig/types/lsp/powershell_es.lua index 40f07de8..b80889d1 100644 --- a/lua/lspconfig/types/lsp/powershell_es.lua +++ b/lua/lspconfig/types/lsp/powershell_es.lua @@ -225,11 +225,7 @@ ---default = "FromPreference" ---``` ---@field outputVerbosity? "FromPreference" | "None" | "Minimal" | "Normal" | "Detailed" | "Diagnostic" ----Use a CodeLens that is compatible with Pester 4. Disabling this will show `Run Tests` on all `It`, `Describe` and `Context` blocks, and will correctly work only with Pester 5 and newer. ---- ----```lua ----default = true ----``` +---Use the legacy CodeLens compatible with Pester 4 (only shows `Run Tests` on `Describe` blocks). When disabled (the default), `Run Tests` is shown on all `It`, `Describe` and `Context` blocks for Pester 5 and newer. ---@field useLegacyCodeLens? boolean ---@class _.lspconfig.settings.powershell_es.Powershell.Rename diff --git a/lua/lspconfig/types/lsp/rust_analyzer.lua b/lua/lspconfig/types/lsp/rust_analyzer.lua index 4083ef4f..a895f916 100644 --- a/lua/lspconfig/types/lsp/rust_analyzer.lua +++ b/lua/lspconfig/types/lsp/rust_analyzer.lua @@ -333,6 +333,9 @@ ---For modules the type "sub_items" 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. --- +---For enums the type "variants" can be used to only exclude the all variants in it but not the enum +---itself. +--- ---This setting also inherits `#rust-analyzer.completion.excludeTraits#`. --- ---```lua diff --git a/lua/lspconfig/types/lsp/tinymist.lua b/lua/lspconfig/types/lsp/tinymist.lua index da95f2ee..82c59bdc 100644 --- a/lua/lspconfig/types/lsp/tinymist.lua +++ b/lua/lspconfig/types/lsp/tinymist.lua @@ -34,6 +34,14 @@ ---%extension.tinymist.config.tinymist.completion.triggerOnSnippetPlaceholders.desc% ---@field triggerOnSnippetPlaceholders? boolean +---@class _.lspconfig.settings.tinymist.Tinymist.InlayHints +---%extension.tinymist.config.tinymist.inlayHints.packageVersionStatus.desc% +--- +---```lua +---default = true +---``` +---@field packageVersionStatus? boolean + ---@class _.lspconfig.settings.tinymist.Tinymist.Lint ---%extension.tinymist.config.tinymist.lint.enabled.desc% ---@field enabled? boolean @@ -166,6 +174,7 @@ ---@field formatterPrintWidth? number ---%extension.tinymist.config.tinymist.formatterProseWrap.desc% ---@field formatterProseWrap? boolean +---@field inlayHints? _.lspconfig.settings.tinymist.Tinymist.InlayHints ---@field lint? _.lspconfig.settings.tinymist.Tinymist.Lint ---%extension.tinymist.config.tinymist.onEnterEvent.desc% --- |
