aboutsummaryrefslogtreecommitdiff
path: root/doc/gruvbox.nvim.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/gruvbox.nvim.txt')
-rw-r--r--doc/gruvbox.nvim.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/gruvbox.nvim.txt b/doc/gruvbox.nvim.txt
index d7b1abf..c8470e6 100644
--- a/doc/gruvbox.nvim.txt
+++ b/doc/gruvbox.nvim.txt
@@ -1,4 +1,4 @@
-*gruvbox.nvim.txt* For Neovim >= 0.8.0 Last change: 2023 September 30
+*gruvbox.nvim.txt* For Neovim >= 0.8.0 Last change: 2023 October 01
==============================================================================
Table of Contents *gruvbox.nvim-table-of-contents*
@@ -42,7 +42,7 @@ USING PACKER *gruvbox.nvim-installing-using-packer*
USING LAZY.NVIM *gruvbox.nvim-installing-using-lazy.nvim*
>lua
- { "ellisonleao/gruvbox.nvim", priority = 1000 , setup = true, opts = ...}
+ { "ellisonleao/gruvbox.nvim", priority = 1000 , config = true, opts = ...}
<