Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
TwIStOy committed Feb 18, 2024
1 parent b15630b commit ef2303a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lua/ht/version.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
local M = {}

M.last_updated_time = '2024.02.12'
M.last_updated_time = '2024.02.18'

return M
1 change: 1 addition & 0 deletions src/conf/external_tools/lsp_servers/sourcekit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export const server = new LspServer({
capabilities: LuaTable
) => {
luaRequire("lspconfig").sourcekit.setup({
cmd: ["xcrun", "--toolchain", "swift", "sourcekit-lsp"],
filetypes: ["swift", "objective-c", "objective-cpp"],
on_attach: on_attach,
capabilities: capabilities,
Expand Down

0 comments on commit ef2303a

Please sign in to comment.