goolord / alpha-nvim

a lua powered greeter like vim-startify / dashboard-nvim
MIT License
1.78k stars 104 forks source link

BUG #172

Closed xclidongbo closed 1 year ago

xclidongbo commented 1 year ago

not working in mac.

use {
    'goolord/alpha-nvim',
    requires = { 'nvim-tree/nvim-web-devicons' },
    config = function ()
        require'alpha'.setup(require'alpha.themes.startify'.config)
    end
}
no field module 'nvim-web-devicons' not found:

bug 太多, 无力吐槽..

goolord commented 1 year ago

run PackerSync

goolord commented 1 year ago

if that doesn't work clone alpha and try the debug config https://github.com/goolord/alpha-nvim/blob/main/debug/DEBUG.md

i use a mac and this works just fine

xclidongbo commented 1 year ago

Yes, It`s work. Before this code:

use {"nvim-tree/nvim-web-devicons"}