-
Notifications
You must be signed in to change notification settings - Fork 2
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
Installation instructions #2
Comments
@amitkot so no one else has ever tested this so not sure if those instructions will be enough for everyone but that's what I used and that works on my machine (classic). Can you verify what happens when you try |
Also, I guess it's important to clarify that thing in |
@akinsho when I run
|
Binaries from Cellar-installed apps are linked to Should I install additional dependencies? I tried installing |
Oh, sorry @amitkot I didn't notice it looks like you didn't install |
@akinsho sorry for not being clear, I am using packer, I am just trying out things to try and find out what is missing in the package installation. I also tried installing When I installed this package using packer initially there were rotating lines of the build process, so it seemed as though it was trying to build something (maybe lyaml?). When I look at nvim's cache dir I don't see Long shell output:
|
@amitkot I'm considering vendoring lyaml as a git submodule but tbh I much rather prefer packer rocks for this. Can you please confirm if you are able to install any other luarock via packer and see if it works? Penlight is a good example, you can do |
I tried, but it does not work on my system. |
Had the same problem when trying this plugin and come across this issue, I used the following specification to solve the problem use({
"akinsho/pubspec-assist.nvim",
requires = { "nvim-lua/plenary.nvim", module = "plenary" },
config = function()
require("pubspec-assist").setup()
end,
rocks = {
"penlight",
"ldoc",
{ "lyaml", server = "http://rocks.moonscript.org" },
},
event = { "BufRead pubspec.yaml" },
}) |
I'm going to close this out since the original issue was due to a bug in packer I fixed a while ago. |
I followed the installation instructions and made sure I have
libyaml
installed on my mac:Setting up this plugin in neovim this way:
I get this error when opening
pubspec.yaml
:Do I need to install
lyaml
separately?The text was updated successfully, but these errors were encountered: