-
Notifications
You must be signed in to change notification settings - Fork 17
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
feat: add luarocks bin
directory to the Neovim path
#153
Conversation
Review ChecklistDoes this PR follow the Contribution Guidelines? Following is a partial checklist: Proper conventional commit scoping:
If applicable:
|
I found the end of config.lua to the best place to put the path expansion logic. Two questions:
(cc @mrcjkb) |
Nevermind, for some reason I thought Windows also uses |
Added hisham's very recent |
How about |
Fixed now! |
This PR allows any plugin running under a Neovim instance with
rocks.nvim
to gain access to whatever binaries are installed under.local/share/nvim/rocks/bin/
. This may come in super handy for rocks which publish binaries (wink wink) :)