diff options
| author | Ellison <ellisonleao@gmail.com> | 2021-02-24 14:40:16 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-24 14:40:16 -0300 |
| commit | e479c7b069993c9c484f145d234014805cc203bc (patch) | |
| tree | 828b55eb8abe5f4e2e84eded612c0859b18a0cf3 | |
| parent | 149c33f3a98d86ee23c4f018d4780442751872b4 (diff) | |
| download | gruvbox-e479c7b069993c9c484f145d234014805cc203bc.tar.gz gruvbox-e479c7b069993c9c484f145d234014805cc203bc.tar.xz | |
Update README.md
| -rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 ``` |
