diff options
| author | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2026-06-18 13:03:53 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2026-06-18 13:03:53 +0000 |
| commit | 96f363ce07d46c1804532ca2d1eb3a157d11ee29 (patch) | |
| tree | 8cd39923290514a231365664fa0afb3e1ed1f4be /lua | |
| parent | docs: update configs.md (diff) | |
| download | nvim-lspconfig-96f363ce07d46c1804532ca2d1eb3a157d11ee29.tar nvim-lspconfig-96f363ce07d46c1804532ca2d1eb3a157d11ee29.tar.gz nvim-lspconfig-96f363ce07d46c1804532ca2d1eb3a157d11ee29.tar.bz2 nvim-lspconfig-96f363ce07d46c1804532ca2d1eb3a157d11ee29.tar.lz nvim-lspconfig-96f363ce07d46c1804532ca2d1eb3a157d11ee29.tar.xz nvim-lspconfig-96f363ce07d46c1804532ca2d1eb3a157d11ee29.tar.zst nvim-lspconfig-96f363ce07d46c1804532ca2d1eb3a157d11ee29.zip | |
docs: update generated annotations
skip-checks: true
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/lspconfig/types/lsp/basedpyright.lua | 2 | ||||
| -rw-r--r-- | lua/lspconfig/types/lsp/rust_analyzer.lua | 9 | ||||
| -rw-r--r-- | lua/lspconfig/types/lsp/tinymist.lua | 2 |
3 files changed, 11 insertions, 2 deletions
diff --git a/lua/lspconfig/types/lsp/basedpyright.lua b/lua/lspconfig/types/lsp/basedpyright.lua index bcab4862..28c89ac0 100644 --- a/lua/lspconfig/types/lsp/basedpyright.lua +++ b/lua/lspconfig/types/lsp/basedpyright.lua @@ -254,7 +254,7 @@ ---default = "none" ---``` ---@field reportMissingTypeArgument? "none" | "hint" | "information" | "warning" | "error" | true | false ----Diagnostics for imports that have no corresponding type stub file (either a typeshed file or a custom type stub). The type checker requires type stubs to do its best job at analysis. +---Diagnostics for imports that have no corresponding type stub file (either a typeshed file or a custom type stub). For inline-typed third-party packages, this can also indicate that the package is missing a py.typed marker file. --- ---```lua ---default = "none" diff --git a/lua/lspconfig/types/lsp/rust_analyzer.lua b/lua/lspconfig/types/lsp/rust_analyzer.lua index a895f916..a5d74599 100644 --- a/lua/lspconfig/types/lsp/rust_analyzer.lua +++ b/lua/lspconfig/types/lsp/rust_analyzer.lua @@ -1254,6 +1254,14 @@ ---from source for it. ---@field memoryProfile? string +---@class _.lspconfig.settings.rust_analyzer.RustAnalyzer.ProjectCreation +---Control what happens after `rust-analyzer: Create New Project...` finishes creating a Cargo project. +--- +---```lua +---default = "ask" +---``` +---@field openAfterCreate? "ask" | "open" | "openNewWindow" | "addToWorkspace" + ---@class _.lspconfig.settings.rust_analyzer.RustAnalyzer.References ---Exclude imports from find-all-references. ---@field excludeImports? boolean @@ -1800,6 +1808,7 @@ ---@field numThreads? any|number|"physical" | "logical" ---@field procMacro? _.lspconfig.settings.rust_analyzer.RustAnalyzer.ProcMacro ---@field profiling? _.lspconfig.settings.rust_analyzer.RustAnalyzer.Profiling +---@field projectCreation? _.lspconfig.settings.rust_analyzer.RustAnalyzer.ProjectCreation ---@field references? _.lspconfig.settings.rust_analyzer.RustAnalyzer.References ---@field rename? _.lspconfig.settings.rust_analyzer.RustAnalyzer.Rename ---Restart the server automatically when settings that require a restart are changed. diff --git a/lua/lspconfig/types/lsp/tinymist.lua b/lua/lspconfig/types/lsp/tinymist.lua index 82c59bdc..72e4c120 100644 --- a/lua/lspconfig/types/lsp/tinymist.lua +++ b/lua/lspconfig/types/lsp/tinymist.lua @@ -151,7 +151,7 @@ ---```lua ---default = "paged" ---``` ----@field exportTarget? "paged" | "html" +---@field exportTarget? "paged" | "html" | "bundle" ---%extension.tinymist.config.tinymist.fontPaths.desc% ---@field fontPaths? any[] ---%extension.tinymist.config.tinymist.formatterIndentSize.desc% |
