[LSP] Remove sourcekit
This commit is contained in:
@@ -21,14 +21,7 @@ lsp.config("cmake", {
|
|||||||
on_attach = opts.on_attach,
|
on_attach = opts.on_attach,
|
||||||
})
|
})
|
||||||
|
|
||||||
lsp.config("sourcekit", {
|
|
||||||
capabilities = opts.capabilities,
|
|
||||||
on_attach = opts.on_attach,
|
|
||||||
filetypes = { "swift" }
|
|
||||||
})
|
|
||||||
|
|
||||||
-- ── Enable configs ───────────────────────────────────────────────
|
-- ── Enable configs ───────────────────────────────────────────────
|
||||||
local enable = vim.lsp.enable
|
local enable = vim.lsp.enable
|
||||||
enable("clangd")
|
enable("clangd")
|
||||||
enable("cmake")
|
enable("cmake")
|
||||||
enable("sourcekit")
|
|
||||||
|
|||||||
Reference in New Issue
Block a user