summaryrefslogtreecommitdiff
path: root/lua/plugins/gruvbox.lua
blob: bb3a924608c5eb689da5a70bf840114632a2916c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
return {
  "ellisonleao/gruvbox.nvim",
  priority = 1000,
  config = true,
  opts = {
    italic = {
      comments = false,
      strings = false,
    },
    contrast = "hard",
    transparent_mode = true,
  },
}