diff options
| author | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2026-07-04 10:29:01 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2026-07-04 10:29:02 +0000 |
| commit | d224a1920728ba129880efc700d4a0180ac4ecbb (patch) | |
| tree | 0e6d3e0b1d6c0300398a54d89f9960f23de8e179 /lua/lspconfig | |
| parent | docs: update configs.md (diff) | |
| download | nvim-lspconfig-d224a1920728ba129880efc700d4a0180ac4ecbb.tar nvim-lspconfig-d224a1920728ba129880efc700d4a0180ac4ecbb.tar.gz nvim-lspconfig-d224a1920728ba129880efc700d4a0180ac4ecbb.tar.bz2 nvim-lspconfig-d224a1920728ba129880efc700d4a0180ac4ecbb.tar.lz nvim-lspconfig-d224a1920728ba129880efc700d4a0180ac4ecbb.tar.xz nvim-lspconfig-d224a1920728ba129880efc700d4a0180ac4ecbb.tar.zst nvim-lspconfig-d224a1920728ba129880efc700d4a0180ac4ecbb.zip | |
docs: update generated annotations
skip-checks: true
Diffstat (limited to 'lua/lspconfig')
| -rw-r--r-- | lua/lspconfig/types/lsp/sourcekit.lua | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/lua/lspconfig/types/lsp/sourcekit.lua b/lua/lspconfig/types/lsp/sourcekit.lua index 941902cc..6f5bfb13 100644 --- a/lua/lspconfig/types/lsp/sourcekit.lua +++ b/lua/lspconfig/types/lsp/sourcekit.lua @@ -1,13 +1,5 @@ ---@meta ----@class _.lspconfig.settings.sourcekit.SourcekitLsp.InlayHints ----Display Inlay Hints. Inlay Hints are variable annotations indicating their inferred type. They are only available if you are using Swift 5.6 or later. ---- ----```lua ----default = true ----``` ----@field enabled? boolean - ---@class _.lspconfig.settings.sourcekit.SourcekitLsp.Trace ---Traces the communication between VS Code and the SourceKit-LSP language server. --- @@ -19,7 +11,6 @@ ---@class _.lspconfig.settings.sourcekit.SourcekitLsp ---Disable the running of SourceKit-LSP. ---@field disable? boolean ----@field inlayHints? _.lspconfig.settings.sourcekit.SourcekitLsp.InlayHints ---Arguments to pass to SourceKit-LSP. Keys and values should be provided as individual entries in the list. e.g. `--experimental-feature=show-macro-expansions` --- ---```lua |
