aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorEllison <ellisonleao@gmail.com>2021-02-24 14:40:16 -0300
committerGitHub <noreply@github.com>2021-02-24 14:40:16 -0300
commite479c7b069993c9c484f145d234014805cc203bc (patch)
tree828b55eb8abe5f4e2e84eded612c0859b18a0cf3 /README.md
parent149c33f3a98d86ee23c4f018d4780442751872b4 (diff)
downloadgruvbox-e479c7b069993c9c484f145d234014805cc203bc.tar.gz
gruvbox-e479c7b069993c9c484f145d234014805cc203bc.tar.xz
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 52046dd..b45cc86 100644
--- a/README.md
+++ b/README.md
@@ -8,14 +8,14 @@ Please note that this plugin is under active development right now, so the statu
Using `vim-plug`
-```
+```vim
Plug 'rktjmp/lush.nvim' # required
Plug 'npxbr/gruvbox.nvim'
```
Using `packer`
-```
+```lua
use {"npxbr/gruvbox.nvim", requires = {"rktjmp/lush.nvim"}}
```
@@ -23,7 +23,7 @@ use {"npxbr/gruvbox.nvim", requires = {"rktjmp/lush.nvim"}}
Inside `init.vim`
-```vimscript
+```vim
set background=dark " or light if you want light mode
set colorscheme=gruvbox
```