goolord / alpha-nvim

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

How to install and use in neovim without lua? #129

Closed seriiserii825 closed 2 years ago

seriiserii825 commented 2 years ago

In my file with plugins i wrote

        Plug 'goolord/alpha-nvim'

        lua << EOF
          require'alpha'.setup(require'alpha.themes.dashboard'.config)
        EOF

Plugin was installed, but neovim was broken.

goolord commented 2 years ago

that seems right to me, what's broken about it?

goolord commented 2 years ago

https://github.com/goolord/alpha-nvim/issues/135#issuecomment-1207107021 it worked for this user, maybe what's wrong with your config is that the lua needs to be called after call plug#end()