goolord / alpha-nvim

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

Alpha is breaking NvChad statusline #138

Closed duraki closed 2 years ago

duraki commented 2 years ago

alpha-nvim is great, but it breaks #NvChad/NvChad statusline when using CLI args. See below.

Bug

$ /usr/local/bin/nvim custom +Alpha

Screenshot 2022-08-24 at 12 51 53

Correct (excluding Alpha)

$ /usr/local/bin/nvim custom

Screenshot 2022-08-24 at 12 53 02

goolord commented 2 years ago

this is a feature built into NvChad https://github.com/NvChad/NvChad/blob/a67e19a439b1f8b214d2a471cbe8b0f98cb62ac1/lua/core/init.lua#L30

the danger with using neovim config distributions is that there's a bunch of configuration happening that you didn't write :)