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

Start migrating from lazy to Rocks #124

Merged
merged 11 commits into from
Nov 7, 2024
Merged

Start migrating from lazy to Rocks #124

merged 11 commits into from
Nov 7, 2024

Conversation

Pakrohk
Copy link
Contributor

@Pakrohk Pakrohk commented Aug 6, 2024

This marks the beginning of the migration of nvpak to rocks, as well as its scheduled updates. If you would like to assist, please review the current plugins and suggest better alternatives that might replace the existing tools. As you know, nvpak is a distribution meant to maintain the prerequisites for a Neovim configuration.

The new version will not remain entirely on Lua, so the only thing you need to consider is compatibility with rocks and the new lazy system. For instance, the dashboard is compatible with rocks but does not adhere to the new lazy system, causing a delay in Neovim's loading. Another example is mason, which might soon be replaced by rocks itself.

Additionally, we highly appreciate contributions from those willing to help rewrite and refine the README and write the wiki.

@Pakrohk
Copy link
Contributor Author

Pakrohk commented Aug 8, 2024

Most of the work is done:
1- The notification system is still to be fixed
2- neorg is checking to be configured
3- autopairs not activated (in process)
4- Checking and installing the last remaining plugins.

@Pakrohk Pakrohk linked an issue Aug 9, 2024 that may be closed by this pull request
modifying the bundles system
removing some prerequisites that were activated automatically.
…ew system according to treesitter and more optimizations.
…s been solved, but it still writes [LSP] the name of most of the outputs.
@Pakrohk Pakrohk enabled auto-merge November 7, 2024 00:36
@Pakrohk Pakrohk disabled auto-merge November 7, 2024 00:37
@Pakrohk Pakrohk merged commit f858d1f into main Nov 7, 2024
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.

Neorg - An Organized Future
2 participants