-
Hello, I guess I am doing something wrong
this is my config. -mocha looks like like default |
Beta Was this translation helpful? Give feedback.
Answered by
mrtnvgr
May 13, 2023
Replies: 1 comment 1 reply
-
If you use lazy.nvim, set high priority and disable lazy loading: {
"catppuccin/nvim",
lazy = false,
priority = 1000,
config = function()
vim.cmd([[colorscheme catppuccin-mocha]])
end,
}, |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
nullchilly
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you use lazy.nvim, set high priority and disable lazy loading: