Skip to content

Commit

Permalink
fix(nvim): error on fallback to basic sourcekit-lsp
Browse files Browse the repository at this point in the history
  • Loading branch information
spywhere committed Feb 6, 2024
1 parent ed3bedc commit 85b998b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configs/nvim/lua/language/ios.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ local dap = require('lib.dap')
lsp.setup('sourcekit')
.need_executable('sourcekit-lsp')
.command(function ()
local command = 'sourcekit-lsp'
local command = { 'sourcekit-lsp' }
if fn.executable('xcode-select') == 0 then
return command
end
Expand Down

0 comments on commit 85b998b

Please sign in to comment.