Skip to content

Colors not changing regardless of selection #486

Closed Answered by mrtnvgr
AdamBD asked this question in Q&A
Discussion options

You must be logged in to vote

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,
  },

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by nullchilly
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants