diff options
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 |
