Skip to content

Commit

Permalink
fix(julials): expand cmd for Windows (#193)
Browse files Browse the repository at this point in the history
  • Loading branch information
williamboman committed Apr 15, 2023
1 parent 18bd79b commit 6c8f7af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/mason-lspconfig/server_configurations/julials/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ return function()
end

config.cmd = {
"julia-lsp",
vim.fn.exepath "julia-lsp",
env_path,
}
end,
Expand Down

0 comments on commit 6c8f7af

Please sign in to comment.