From e479c7b069993c9c484f145d234014805cc203bc Mon Sep 17 00:00:00 2001 From: Ellison Date: Wed, 24 Feb 2021 14:40:16 -0300 Subject: Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README.md') 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 ``` -- cgit v1.2.3