You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using Catppuccin and alpha-nvim at the same time, alpha-nvim autocmds do not get triggered. alpha-nvim will usually start the AlphaReady autocmd, but when using colorscheme catppuccin, the autocmd is not run. Interestingly, it does not matter if Catppuccin is installed or require-ed, it only matters if Catppuccin is set as the active colorscheme. This does not happen with any other colorschemes.
Description
When using Catppuccin and alpha-nvim at the same time, alpha-nvim autocmds do not get triggered. alpha-nvim will usually start the
AlphaReady
autocmd, but when usingcolorscheme catppuccin
, the autocmd is not run. Interestingly, it does not matter if Catppuccin is installed orrequire
-ed, it only matters if Catppuccin is set as the active colorscheme. This does not happen with any other colorschemes.Neovim version
Operating system and version
macOS 13.0.1
Catppuccin version / branch / rev
main
Steps to reproduce
nvim -nu minimal.lua
Expected behavior
The autocmd is run, so you see
AlphaReady called
in the command window.Actual behavior
The autocmd is not run, so you do not see anything in the command window. Commenting out the
colorscheme catppuccin
call makes the autocmd work again.Minimal config
The text was updated successfully, but these errors were encountered: