EvolveBeyond / NvPak

A clean config for neovim to be of particular complexity
Other
95 stars 9 forks source link

Start migrating from lazy to Rocks #124

Open Pakrohk opened 1 month ago

Pakrohk commented 1 month ago

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 commented 1 month ago

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.