Neovim Config updated:
• https://github.com/practicalli/astro is the name of the configuration repository (renamed from practicalli/astronvim-user-config so GitHub should redirect correctly)
• moved lua/plugins/practicalli.lua to lua/plugins/user-practicalli.lua to ensure plugin overrides load last
• added conditional in lua/plugins/user-practicalli.lua on the PRACTICALLI_ASTRO environment variable, if set to false then the lua/plugins/user-practicalli.lua file is not loaded, e.g.
export PRACTICALLI_ASTRO=false
Over the weekend I will continue to update the project readme and Practicalli Neovim book to reflect these changes.