-
Notifications
You must be signed in to change notification settings - Fork 465
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Two minor issues beyond the novice's knowledge #466
Comments
|
|
See #306 (comment). Use your favorite package manager to install |
second with this, since efm is written in golang, so u need go pkg manager to install it. |
You may also have a look at the latter part of #370 (comment). It briefly introduces |
also
No log! |
You can install them manually and add them to nvimdots/lua/modules/completion/lsp.lua Line 37 in 09b2c74
nvimdots/lua/modules/completion/lsp.lua Lines 39 to 40 in 09b2c74
|
Then I/O probably timed out. Did you set Also, can you yank the complete error message and paste that here? Now it has been cut off.
That would be expected. As install = function(ctx)
local source = github.unzip_release_file {
repo = "clangd/clangd",
asset_file = function(release)
local target = coalesce(
when(platform.is.mac, "clangd-mac-%s.zip"),
when(platform.is.linux_x64, "clangd-linux-%s.zip"),
when(platform.is.win_x64, "clangd-windows-%s.zip")
)
return target and target:format(release)
end,
}
source.with_receipt()
ctx.fs:rename(("clangd_%s"):format(source.release), "clangd")
ctx:link_bin(
"clangd",
path.concat {
"clangd",
"bin",
platform.is.win and "clangd.exe" or "clangd",
}
)
end, |
The latest |
and
1. How to remove the version v1.0.0 error, in "init.lua"
2. Mason always reports an error, reinstall the same
The text was updated successfully, but these errors were encountered: