aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgithub-actions <github-actions@github.com>2021-07-28 22:09:33 +0000
committergithub-actions <github-actions@github.com>2021-07-28 22:09:33 +0000
commit734568a74908546e8c1fc67fe1daaa66a8e59903 (patch)
treec7453677dfa0a384dfc523ce16771378e56e64b8
parentchore: remove xcrun from sourcekit-lsp cmd (#1112) (diff)
downloadnvim-lspconfig-734568a74908546e8c1fc67fe1daaa66a8e59903.tar
nvim-lspconfig-734568a74908546e8c1fc67fe1daaa66a8e59903.tar.gz
nvim-lspconfig-734568a74908546e8c1fc67fe1daaa66a8e59903.tar.bz2
nvim-lspconfig-734568a74908546e8c1fc67fe1daaa66a8e59903.tar.lz
nvim-lspconfig-734568a74908546e8c1fc67fe1daaa66a8e59903.tar.xz
nvim-lspconfig-734568a74908546e8c1fc67fe1daaa66a8e59903.tar.zst
nvim-lspconfig-734568a74908546e8c1fc67fe1daaa66a8e59903.zip
[docgen] Update CONFIG.md
skip-checks: true
-rw-r--r--CONFIG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONFIG.md b/CONFIG.md
index 1bfd3286..1f7c25c5 100644
--- a/CONFIG.md
+++ b/CONFIG.md
@@ -5687,7 +5687,7 @@ require'lspconfig'.sourcekit.setup{}
Commands:
Default Values:
- cmd = { "xcrun", "sourcekit-lsp" }
+ cmd = { "sourcekit-lsp" }
filetypes = { "swift", "c", "cpp", "objective-c", "objective-cpp" }
root_dir = root_pattern("Package.swift", ".git")
```