Skip to content

Fix using bin/OSX directory to bin/macOS - #22

Open
wantyapps wants to merge 1 commit into
tjdevries:masterfrom
wantyapps:wanty
Open

Fix using bin/OSX directory to bin/macOS#22
wantyapps wants to merge 1 commit into
tjdevries:masterfrom
wantyapps:wanty

Conversation

@wantyapps

Copy link
Copy Markdown

No description provided.

@wantyapps

Copy link
Copy Markdown
Author

This is a fix for #21

@keblek

Copy link
Copy Markdown

I am trying to use your fork with packer to see if I can fix this issue. I can't get the your fork to load, do you know how to do that @wantyapps ?

@klooj

Copy link
Copy Markdown

I am trying to use your fork with packer to see if I can fix this issue. I can't get the your fork to load, do you know how to do that @wantyapps ?

you need to uninstall your current installation first because packer stores the plugin 'user/repo' as 'repo'. so packer will not notice a change, e.g., from 'tj/nlua' to 'telescopicjohnson/nlua'. if you delete the former, quit nvim, add the latter, quit nvim, then packer install you should be good to go.

fwiw, the pull request i just made fixes this also plus a few other things for wiggle room.

@keblek

Copy link
Copy Markdown

thanks for letting me know @klooj!

So I need to uninstall everything and reinstall it?

@klooj

Copy link
Copy Markdown

not everything, just the nlua plugin. so comment out tj/nlua and run packersync. then add newjawn/nlua and run packersync. you'll likely need to exit vim in between.

@wantyapps

Copy link
Copy Markdown
Author

@keblek To uninstall the plugin, remove "use 'tjdevries/nlua.nvim'" (similar, will probably not look the same) re-open nvim, and run the command ":PackerClean". You can now install my fork

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@wantyapps@keblek@klooj