diff options
| author | github-actions <github-actions@github.com> | 2021-07-28 22:09:33 +0000 |
|---|---|---|
| committer | github-actions <github-actions@github.com> | 2021-07-28 22:09:33 +0000 |
| commit | 734568a74908546e8c1fc67fe1daaa66a8e59903 (patch) | |
| tree | c7453677dfa0a384dfc523ce16771378e56e64b8 | |
| parent | chore: remove xcrun from sourcekit-lsp cmd (#1112) (diff) | |
| download | nvim-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.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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") ``` |
