Skip to content

How do I configure plugins structure and options correctly? (gruvbox-material) #731

Answered by folke
perdakovich asked this question in Q&A
Discussion options

You must be logged in to vote

LazyVim is not slow.

Anyway, this is what you want:

  {
    "sainnhe/gruvbox-material",
    priority = 10000,
    lazy = false,
    config = function()
      vim.g.gruvbox_material_foreground = "original"
      vim.g.gruvbox_material_background = "medium"
      vim.cmd.colorscheme("gruvbox-material")
    end,
  },

Replies: 1 comment 11 replies

Comment options

You must be logged in to vote
11 replies
@folke
Comment options

@perdakovich
Comment options

@perdakovich
Comment options

@folke
Comment options

Answer selected by folke
@perdakovich
Comment options

@perdakovich
Comment options

@folke
Comment options

@perdakovich
Comment options

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