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

Lazy luarocks support #1506

Merged
merged 4 commits into from
Jul 8, 2024
Merged

Lazy luarocks support #1506

merged 4 commits into from
Jul 8, 2024

Conversation

vhyrro
Copy link
Member

@vhyrro vhyrro commented Jul 8, 2024

This pull request moves Neorg away from using luarocks.nvim, preferring lazy's native luarocks support instead. This hugely simplifies the configuration and initial overhead required to make Neorg function on your average machine. This is a breaking change.

What the new configuration looks like (no dependencies required):

{
    "nvim-neorg/neorg",
    lazy = false,
    version = "*",
    config = true,
}

Big thanks to folke for the luarocks support :)

@vhyrro vhyrro requested review from mrossinek and danymat as code owners July 8, 2024 09:41
@vhyrro vhyrro force-pushed the lazy-luarocks-support branch from 62ddb2f to 799961b Compare July 8, 2024 12:47
@vhyrro vhyrro merged commit b522862 into main Jul 8, 2024
9 of 11 checks passed
@vhyrro vhyrro deleted the lazy-luarocks-support branch July 8, 2024 12:52
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.

1 participant