Replies: 1 comment 6 replies
-
try this {
'goolord/alpha-nvim',
dependencies = { 'nvim-tree/nvim-web-devicons' },
config = function ()
require'alpha.themes.startify'.config
end
}; i merged the lazy.nvim example without really looking at it and whoever submitted it didn't know what they were doing |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
configuring with Lazy.nvim, I'm likely missing something obvious but...
Following the documentation, I've configured the plugin as such:
and when I start, getting the error
Beta Was this translation helpful? Give feedback.
All reactions