diff options
| author | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2026-06-08 16:39:01 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2026-06-08 16:39:01 +0000 |
| commit | ed19590a3a9792901553c388d1aadafce012f80d (patch) | |
| tree | 88ee518d0c2aff0b3737feceac93b01026d2537f /lua | |
| parent | docs: update configs.md (diff) | |
| download | nvim-lspconfig-ed19590a3a9792901553c388d1aadafce012f80d.tar nvim-lspconfig-ed19590a3a9792901553c388d1aadafce012f80d.tar.gz nvim-lspconfig-ed19590a3a9792901553c388d1aadafce012f80d.tar.bz2 nvim-lspconfig-ed19590a3a9792901553c388d1aadafce012f80d.tar.lz nvim-lspconfig-ed19590a3a9792901553c388d1aadafce012f80d.tar.xz nvim-lspconfig-ed19590a3a9792901553c388d1aadafce012f80d.tar.zst nvim-lspconfig-ed19590a3a9792901553c388d1aadafce012f80d.zip | |
docs: update generated annotations
skip-checks: true
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/lspconfig/types/lsp/hie.lua | 4 | ||||
| -rw-r--r-- | lua/lspconfig/types/lsp/rust_analyzer.lua | 2 | ||||
| -rw-r--r-- | lua/lspconfig/types/lsp/svlangserver.lua | 6 |
3 files changed, 9 insertions, 3 deletions
diff --git a/lua/lspconfig/types/lsp/hie.lua b/lua/lspconfig/types/lsp/hie.lua index 56d20a42..db942a8b 100644 --- a/lua/lspconfig/types/lsp/hie.lua +++ b/lua/lspconfig/types/lsp/hie.lua @@ -627,10 +627,10 @@ ---default = "" ---``` ---@field serverExtraArgs? string ----Preferred approach for loading package components. Setting this to 'multiple components' (EXPERIMENTAL) allows the build tool (such as `cabal` or `stack`) to [load multiple components at once](https://github.com/haskell/cabal/pull/8726), which is a significant improvement. +---Preferred approach for loading package components. Setting this to 'multiple components' allows the build tool (such as `cabal` or `stack`) to [load multiple components at once](https://github.com/haskell/cabal/pull/8726), which is a significant improvement. --- ---```lua ----default = "singleComponent" +---default = "multipleComponents" ---``` ---@field sessionLoading? "singleComponent" | "multipleComponents" ---Enable Language Server support for `.cabal` files. Requires Haskell Language Server version >= 1.9.0.0. diff --git a/lua/lspconfig/types/lsp/rust_analyzer.lua b/lua/lspconfig/types/lsp/rust_analyzer.lua index f9012e44..4083ef4f 100644 --- a/lua/lspconfig/types/lsp/rust_analyzer.lua +++ b/lua/lspconfig/types/lsp/rust_analyzer.lua @@ -330,7 +330,7 @@ ---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 +---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. --- ---This setting also inherits `#rust-analyzer.completion.excludeTraits#`. diff --git a/lua/lspconfig/types/lsp/svlangserver.lua b/lua/lspconfig/types/lsp/svlangserver.lua index c1ad990e..401f05bb 100644 --- a/lua/lspconfig/types/lsp/svlangserver.lua +++ b/lua/lspconfig/types/lsp/svlangserver.lua @@ -51,6 +51,12 @@ ---default = "" ---``` ---@field excludeIndexing? string +---Show custom file icons for Verilog/SystemVerilog file types in the Explorer and editor tabs. Disable to fall back to your file icon theme's default icons. Changing this rewrites the extension manifest and requires a window reload. +--- +---```lua +---default = true +---``` +---@field fileIcons? boolean ---Force indexing to use fast regular expression parsing. ---@field forceFastIndexing? boolean ---Launch command for running the formatter. |
