aurora.nvim Installation To install aurora neovim theme using lazy.nvim, add the following to your plugin configuration: { 'aurora-theme/nvim', config = function() vim.cmd('colorscheme aurora') end }