aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorEllison <ellisonleao@gmail.com>2023-10-01 19:42:17 -0300
committerGitHub <noreply@github.com>2023-10-01 19:42:17 -0300
commitf2bd0630b30911706e835a7179cc845faf909bdb (patch)
treebbee96f170b2dd2e30d5271de51c28816758d219 /README.md
parent61b0b3be2f0cfd521667403a0367298144d6c165 (diff)
downloadgruvbox-f2bd0630b30911706e835a7179cc845faf909bdb.tar.gz
gruvbox-f2bd0630b30911706e835a7179cc845faf909bdb.tar.xz
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 1bfe01d..c0034e2 100644
--- a/README.md
+++ b/README.md
@@ -27,7 +27,7 @@ use { "ellisonleao/gruvbox.nvim" }
## Using `lazy.nvim`
```lua
-{ "ellisonleao/gruvbox.nvim", priority = 1000 , setup = true, opts = ...}
+{ "ellisonleao/gruvbox.nvim", priority = 1000 , config = true, opts = ...}
```
# Basic Usage