-
Notifications
You must be signed in to change notification settings - Fork 397
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: added support for packages [WIP] #1530
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
really excited about this since it will definitely allow simplifying dependency management a lot
…ield to interrupt and report progress
trying this out rn |
That's probably because you have a custom |
set |
You should remove that |
seems to work now |
Only plugins or things that are defined in your specs show up in |
There's a |
Tysm for all the work done here! This will make things endlessly more convenient for Neorg now :) |
- since [Lazy v11](folke/lazy.nvim#1530) supports rockspec is no longer required extra plugin like `vhyrro/luarocks.nvim` to install rocks and use them into Neovim
- since [Lazy v11](folke/lazy.nvim#1530) supports rockspec is no longer required extra plugin like `vhyrro/luarocks.nvim` to install rocks and use them into Neovim
Lazy now automatically resolves specs from:
lazy.lua
fileThis PR also includes a big rewrite of how a final spec is resolved based on a plugin's spec fragments.
Should be a tiny bit faster, but more importantly, fixes some issues and is easier to maintain.
New docs website at https://lazy.folke.io/
Closes
dir
even thoughdev = true
#1328build.lua
has no access to plugin dir #1368Supersedes
Example
neorg's rockspec is automatically used to install deps