aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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
```