aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 4a71c96..dd1a69c 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@ Please note that this plugin is under active development right now, so the statu
# Prerequisites
-Neovim 0.5.0+
+Neovim 0.6.0+
# Installing
@@ -32,6 +32,7 @@ colorscheme gruvbox
```
Inside `init.lua`
+
```lua
vim.o.background = "dark" -- or "light" for light mode
vim.cmd([[colorscheme gruvbox]])