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 1 reply

Comment options

You must be logged in to vote
1 reply
@28arnab
Comment options

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
3 participants