diff options
| author | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2026-04-15 04:20:54 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2026-04-15 04:20:54 +0000 |
| commit | d10ce09e42bb0ca8600fd610c3bb58676e61208d (patch) | |
| tree | 2122e25853f5d3ea41e94b30def6b54446be3c55 | |
| parent | fix(golangci_lint_ls): guard against missing `golangci-lint` in `before_init`... (diff) | |
| download | nvim-lspconfig-d10ce09e42bb0ca8600fd610c3bb58676e61208d.tar nvim-lspconfig-d10ce09e42bb0ca8600fd610c3bb58676e61208d.tar.gz nvim-lspconfig-d10ce09e42bb0ca8600fd610c3bb58676e61208d.tar.bz2 nvim-lspconfig-d10ce09e42bb0ca8600fd610c3bb58676e61208d.tar.lz nvim-lspconfig-d10ce09e42bb0ca8600fd610c3bb58676e61208d.tar.xz nvim-lspconfig-d10ce09e42bb0ca8600fd610c3bb58676e61208d.tar.zst nvim-lspconfig-d10ce09e42bb0ca8600fd610c3bb58676e61208d.zip | |
docs: update generated annotations
skip-checks: true
| -rw-r--r-- | lua/lspconfig/types/lsp/ada_ls.lua | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lua/lspconfig/types/lsp/ada_ls.lua b/lua/lspconfig/types/lsp/ada_ls.lua index 75aeda2a..6f293e9c 100644 --- a/lua/lspconfig/types/lsp/ada_ls.lua +++ b/lua/lspconfig/types/lsp/ada_ls.lua @@ -134,6 +134,12 @@ --- ---If not set in VS Code, this setting takes its value from the [`.als.json`](https://github.com/AdaCore/ada_language_server/blob/master/doc/settings.md) file at the root of the workspace, if that file exists. Otherwise it defaults to `true`. ---@field useCompletionSnippets? true | false +---Workspace symbol search method. +--- +---```lua +---default = "fuzzy" +---``` +---@field workspaceSearch? "fuzzy" | "startWord" ---@class _.lspconfig.settings.ada_ls.E3Testsuite ---Command line arguments to pass to testsuite.py when running tests |
