Skip to content

Commit

Permalink
fix(gruvbox): readme on configuration (#280)
Browse files Browse the repository at this point in the history
  • Loading branch information
oneslash authored Jun 16, 2023
1 parent 88adb54 commit b4502e5
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions lua/astrocommunity/colorscheme/gruvbox-nvim/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,17 @@ A port of gruvbox community theme to lua with treesitter support!
To change options:

```lua
{ "gruvbox.nvim"
{
"gruvbox.nvim",
opts = {
italic = false
italic = {
strings = true,
comments = true,
folds = true,
operations = false,
}
}
}
```

Other options can be found in the official README: https://github.com/ellisonleao/gruvbox.nvim#configuration

0 comments on commit b4502e5

Please sign in to comment.