Skip to content

Commit

Permalink
fix(swift): Enable sourcekit lsp trough astrolsp, and remove unneeded…
Browse files Browse the repository at this point in the history
… plugin spec
  • Loading branch information
Uzaaft committed Dec 10, 2023
1 parent f080d9c commit 760af5d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions lua/astrocommunity/pack/swift/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@ return {
opts = function(_, opts) opts.ensure_installed = utils.list_insert_unique(opts.ensure_installed, "codelldb") end,
},
{
"williamboman/mason-lspconfig.nvim",
init = function() require("astronvim.utils.lsp").setup "sourcekit" end,
"Astronvim/astrolsp",
---@type AstroLSPOpts
opts = {
servers = { "sourcekit" },
},
},
}

0 comments on commit 760af5d

Please sign in to comment.