Replies: 1 comment
-
|
neovim recently started shipping with a limited builtin catppuccin implementation. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I apologize if I've missed something obvious, but I'm having trouble getting the light/dark mode to work with nvim 0.12.0. I tested this issue using two macOS machines with the LazyVim starter on ghostty 1.3.1. One machine had nvim 0.11.5 installed while the other had 0.12.0 installed. On the former machine, the color scheme changes based on my system light and dark mode, while it is always on dark mode on the latter machine.
Similar to Discussion 629, running
set background?returnsdarkno matter what. I was also unable to fix the issue withrequire("catppuccin").setup { flavour = "auto" }as suggested in Issue 682.My config is very similar to the LazyVim starter. Is there any way to fix the config to get the light/dark mode updating to work again? I apologize if this is already a known issue that is being worked on after the release of 0.12.0 or if this is an issue not related to
catppuccinat all.Beta Was this translation helpful? Give feedback.
All reactions