diff options
| author | Michael Lingelbach <m.j.lbach@gmail.com> | 2022-01-11 17:50:00 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-11 17:50:00 -0800 |
| commit | c54357f46be0c51994df412b5fc192e598381bc7 (patch) | |
| tree | 7dc3cc137f45c40129279a2a7683fc4780b106f3 /lua/lspconfig/server_configurations/sourcekit.lua | |
| parent | feat: add asm_lsp (#1652) (diff) | |
| download | nvim-lspconfig-c54357f46be0c51994df412b5fc192e598381bc7.tar nvim-lspconfig-c54357f46be0c51994df412b5fc192e598381bc7.tar.gz nvim-lspconfig-c54357f46be0c51994df412b5fc192e598381bc7.tar.bz2 nvim-lspconfig-c54357f46be0c51994df412b5fc192e598381bc7.tar.lz nvim-lspconfig-c54357f46be0c51994df412b5fc192e598381bc7.tar.xz nvim-lspconfig-c54357f46be0c51994df412b5fc192e598381bc7.tar.zst nvim-lspconfig-c54357f46be0c51994df412b5fc192e598381bc7.zip | |
chore: remove sourcekit package.json (#1655)
Diffstat (limited to 'lua/lspconfig/server_configurations/sourcekit.lua')
| -rw-r--r-- | lua/lspconfig/server_configurations/sourcekit.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lua/lspconfig/server_configurations/sourcekit.lua b/lua/lspconfig/server_configurations/sourcekit.lua index 97ef9e65..d90b30ae 100644 --- a/lua/lspconfig/server_configurations/sourcekit.lua +++ b/lua/lspconfig/server_configurations/sourcekit.lua @@ -7,7 +7,6 @@ return { root_dir = util.root_pattern('Package.swift', '.git'), }, docs = { - package_json = 'https://raw.githubusercontent.com/apple/sourcekit-lsp/main/Editors/vscode/package.json', description = [[ https://github.com/apple/sourcekit-lsp |
