Replies: 2 comments
-
Here is another screenshot of an update. Notice that catppuccin and nvim both look the same.
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Just added this code:
I found a file under ~/.local/share/nvim/lazy/catppuccin/lua/catppuccin/init.lua it seems to have all the options, and configurations. I'm wondering whether it loads all those integrations with listing them in the file I created under ~/.config/nvim/lua/plugins/catppuccin.lua. |
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
-
Hello Everyone,
I have a situation where Catppuccin sometimes loads as :
● nvim 0.35ms colorscheme catppuccin LazyVim
○ catppuccin
Then will load the actual Catppuccin plugin which is what I prefer. What is happening?
● catppuccin 40.06ms colorscheme catppuccin LazyVim
● nvim 0.42ms start
Here is my plugin file:
catppuccin.lua
lazy.lua
init.lua
Any help would be greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions