-
-
Notifications
You must be signed in to change notification settings - Fork 147
bug due to conflict of auto-computation of shadcn/ui library #437
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
for now , disable lsp field in colorify option, in chadrc |
Any update on this? Usually you're respectively fast on issues, but no pressure. @siduck |
this month i'll be slow, i will look into this in april sorry. fow now just disable the colorify's lsp method M.colorify = {
highlight = { lspvars = false },
} |
unable to reproduce |
I'll setup up a repo around this weekend. |
but i dont see that error, show a video! |
OK, somehow the issue disappeared... Perhaps something got updated during the past weeks. |
When using
shadcn/ui
libraries, usually you'll have components with computed values:such as the
bg-primary/90
above.Somehow this will trigger some auto-computation module from
nvchad
(see img below) and create notification errors:Is there a way to disable it?
The text was updated successfully, but these errors were encountered: