Skip to content
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: alter package.path in accordance with the runtimepath #5

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

vhyrro
Copy link
Contributor

@vhyrro vhyrro commented Feb 23, 2024

According to the help pages, both are kept in sync by Neovim, however this doesn't seem to always be consistent. This patch also modifies the package.path to ensure that all Lua modules can be properly located by Neovim.

It's also possible that there's a race condition between rocks-config.nvim and rocks-dev.nvim trying to do the same thing at once - something to look into.

Copy link
Contributor

github-actions bot commented Feb 23, 2024

Review Checklist

Does this PR follow the Contribution Guidelines? Following is a partial checklist:

Proper conventional commit scoping:

  • For example, fix(installer): some installer bugfix

  • Pull request title has the appropriate conventional commit prefix.

If applicable:

  • Tested
    • Tests have been added.
    • Tested manually (steps in PR description).
  • Updated documentation.

@vhyrro vhyrro changed the title [feature]: alter package.path in accordance with the runtimepath feat: alter package.path in accordance with the runtimepath Feb 23, 2024
Copy link
Member

@mrcjkb mrcjkb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CI is failing on stylua

Sign up for free to 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