The NodeZero Nvim setup is a profile setup that allows for the configuration of LazyVim Plugins on a per profile basis. This allows for having language specific configuration, for example.
Currently all plugins are forked from the nodezero organization on github. In the future we will be adding scanning for security vulnerabilities to ensure that all the plugins meet basic standards for security.
Some of the most commonly used shortcuts and commands are documented in the cheat-sheet.
To run this nvim configuration you can clone it into the default ~/.config/nvim or to your own directory like ~/.config/nodezero.nvim, if you use a non standard path you will need to set the NVIM_APPNAME environment variable to start neovim with this configuration:
NVIM_APPNAME=nodezero.nvim nvim- Need a way to ensure all plugins are loaded from the correct url, there is an ordering question depending on which plugin is loaded first determines which url for the plugin is required. Currently some plugins are still being loaded from their default repository.